Example #1
0
 public double CrossSquareMagnitude(gpXY Right)
 {
     return(gp_XY_CrossSquareMagnitudeE051EF89(Instance, Right.Instance));
 }
Example #2
0
 public double Dot(gpXY Other)
 {
     return(gp_XY_DotE051EF89(Instance, Other.Instance));
 }
Example #3
0
 public void Transforms(gpXY Coord)
 {
     gp_GTrsf2d_TransformsE051EF89(Instance, Coord.Instance);
 }
Example #4
0
 public gpVec2d(gpXY Coord)
     :
     base(gp_Vec2d_CtorE051EF89(Coord.Instance))
 {
 }
 public void SetCols(gpXY Col1, gpXY Col2)
 {
     gp_Mat2d_SetCols80A5E281(Instance, Col1.Instance, Col2.Instance);
 }
 public void SetRows(gpXY Row1, gpXY Row2)
 {
     gp_Mat2d_SetRows80A5E281(Instance, Row1.Instance, Row2.Instance);
 }
Example #7
0
 public void Subtract(gpXY Right)
 {
     gp_XY_SubtractE051EF89(Instance, Right.Instance);
 }
 public gpMat2d(gpXY Col1, gpXY Col2)
     :
     base(gp_Mat2d_Ctor80A5E281(Col1.Instance, Col2.Instance))
 {
 }
Example #9
0
 public void SetLinearForm(double A1, gpXY XY1, gpXY XY2)
 {
     gp_XY_SetLinearFormDFE76FF8(Instance, A1, XY1.Instance, XY2.Instance);
 }
Example #10
0
 public void SetLinearForm(gpXY XY1, gpXY XY2)
 {
     gp_XY_SetLinearForm80A5E281(Instance, XY1.Instance, XY2.Instance);
 }
Example #11
0
 public void SetLinearForm(double A1, gpXY XY1, double A2, gpXY XY2, gpXY XY3)
 {
     gp_XY_SetLinearForm5D640BC7(Instance, A1, XY1.Instance, A2, XY2.Instance, XY3.Instance);
 }
Example #12
0
 public void SetLinearForm(double A1, gpXY XY1, double A2, gpXY XY2)
 {
     gp_XY_SetLinearFormAF67E18B(Instance, A1, XY1.Instance, A2, XY2.Instance);
 }
Example #13
0
 public gpXY Multiplied(gpXY Other)
 {
     return(new gpXY(gp_XY_MultipliedE051EF89(Instance, Other.Instance)));
 }
Example #14
0
 public void Multiply(gpXY Other)
 {
     gp_XY_MultiplyE051EF89(Instance, Other.Instance);
 }
Example #15
0
 public gpXY Subtracted(gpXY Right)
 {
     return(new gpXY(gp_XY_SubtractedE051EF89(Instance, Right.Instance)));
 }
Example #16
0
 public gpPnt2d(gpXY Coord)
     :
     base(gp_Pnt2d_CtorE051EF89(Coord.Instance))
 {
 }
Example #17
0
 public bool IsEqual(gpXY Other, double Tolerance)
 {
     return(gp_XY_IsEqual8CB7F1D(Instance, Other.Instance, Tolerance));
 }
Example #18
0
 public void SetCol(int Col, gpXY Value)
 {
     gp_Mat2d_SetCol1FC91E6F(Instance, Col, Value.Instance);
 }
Example #19
0
 public void Add(gpXY Other)
 {
     gp_XY_AddE051EF89(Instance, Other.Instance);
 }
Example #20
0
 public void SetRow(int Row, gpXY Value)
 {
     gp_Mat2d_SetRow1FC91E6F(Instance, Row, Value.Instance);
 }
Example #21
0
 public gpXY Added(gpXY Other)
 {
     return(new gpXY(gp_XY_AddedE051EF89(Instance, Other.Instance)));
 }
Example #22
0
 public gpGTrsf2d(gpMat2d M, gpXY V)
     :
     base(gp_GTrsf2d_CtorA0E23F93(M.Instance, V.Instance))
 {
 }
Example #23
0
 public double Crossed(gpXY Right)
 {
     return(gp_XY_CrossedE051EF89(Instance, Right.Instance));
 }
Example #24
0
 public gpXY Transformed(gpXY Coord)
 {
     return(new gpXY(gp_GTrsf2d_TransformedE051EF89(Instance, Coord.Instance)));
 }
Example #25
0
 public gpDir2d(gpXY Coord)
     :
     base(gp_Dir2d_CtorE051EF89(Coord.Instance))
 {
 }