public void Multiply(gpXYZ Other) { gp_XYZ_Multiply8EE42329(Instance, Other.Instance); }
public gpDir(gpXYZ Coord) : base(gp_Dir_Ctor8EE42329(Coord.Instance)) { }
public void Transforms(gpXYZ Coord) { gp_Trsf_Transforms8EE42329(Instance, Coord.Instance); }
public void SetCols(gpXYZ Col1, gpXYZ Col2, gpXYZ Col3) { gp_Mat_SetCols7DAAC47(Instance, Col1.Instance, Col2.Instance, Col3.Instance); }
public void SetRow(int Row, gpXYZ Value) { gp_Mat_SetRow20231E6F(Instance, Row, Value.Instance); }
public gpXYZ CrossCrossed(gpXYZ Coord1, gpXYZ Coord2) { return(new gpXYZ(gp_XYZ_CrossCrossed610ADE9D(Instance, Coord1.Instance, Coord2.Instance))); }
public gpMat(gpXYZ Col1, gpXYZ Col2, gpXYZ Col3) : base(gp_Mat_Ctor7DAAC47(Col1.Instance, Col2.Instance, Col3.Instance)) { }
public void SetLinearForm(double A1, gpXYZ XYZ1, double A2, gpXYZ XYZ2, gpXYZ XYZ3) { gp_XYZ_SetLinearFormD61C07A0(Instance, A1, XYZ1.Instance, A2, XYZ2.Instance, XYZ3.Instance); }
public void SetLinearForm(double A1, gpXYZ XYZ1, double A2, gpXYZ XYZ2) { gp_XYZ_SetLinearForm6062D8AE(Instance, A1, XYZ1.Instance, A2, XYZ2.Instance); }
public void SetLinearForm(double A1, gpXYZ XYZ1, double A2, gpXYZ XYZ2, double A3, gpXYZ XYZ3, gpXYZ XYZ4) { gp_XYZ_SetLinearFormF220B60(Instance, A1, XYZ1.Instance, A2, XYZ2.Instance, A3, XYZ3.Instance, XYZ4.Instance); }
public void SetLinearForm(double A1, gpXYZ XYZ1, double A2, gpXYZ XYZ2, double A3, gpXYZ XYZ3) { gp_XYZ_SetLinearFormF4A81B86(Instance, A1, XYZ1.Instance, A2, XYZ2.Instance, A3, XYZ3.Instance); }
public gpXYZ Subtracted(gpXYZ Right) { return(new gpXYZ(gp_XYZ_Subtracted8EE42329(Instance, Right.Instance))); }
public void Subtract(gpXYZ Right) { gp_XYZ_Subtract8EE42329(Instance, Right.Instance); }
public gpXYZ Multiplied(gpXYZ Other) { return(new gpXYZ(gp_XYZ_Multiplied8EE42329(Instance, Other.Instance))); }
public double CrossSquareMagnitude(gpXYZ Right) { return(gp_XYZ_CrossSquareMagnitude8EE42329(Instance, Right.Instance)); }
public void SetLinearForm(double A1, gpXYZ XYZ1, gpXYZ XYZ2) { gp_XYZ_SetLinearForm628B7A49(Instance, A1, XYZ1.Instance, XYZ2.Instance); }
public void CrossCross(gpXYZ Coord1, gpXYZ Coord2) { gp_XYZ_CrossCross610ADE9D(Instance, Coord1.Instance, Coord2.Instance); }
public void SetLinearForm(gpXYZ XYZ1, gpXYZ XYZ2) { gp_XYZ_SetLinearForm610ADE9D(Instance, XYZ1.Instance, XYZ2.Instance); }
public gpVec(gpXYZ Coord) : base(gp_Vec_Ctor8EE42329(Coord.Instance)) { }
public bool IsEqual(gpXYZ Other, double Tolerance) { return(gp_XYZ_IsEqualAC21764D(Instance, Other.Instance, Tolerance)); }
public void SetCol(int Col, gpXYZ Value) { gp_Mat_SetCol20231E6F(Instance, Col, Value.Instance); }
public void Add(gpXYZ Other) { gp_XYZ_Add8EE42329(Instance, Other.Instance); }
public void SetRotation(gpXYZ Axis, double Ang) { gp_Mat_SetRotationAC21764D(Instance, Axis.Instance, Ang); }
public gpXYZ Added(gpXYZ Other) { return(new gpXYZ(gp_XYZ_Added8EE42329(Instance, Other.Instance))); }
public void SetRows(gpXYZ Row1, gpXYZ Row2, gpXYZ Row3) { gp_Mat_SetRows7DAAC47(Instance, Row1.Instance, Row2.Instance, Row3.Instance); }
public void Cross(gpXYZ Right) { gp_XYZ_Cross8EE42329(Instance, Right.Instance); }
public gpPnt(gpXYZ Coord) : base(gp_Pnt_Ctor8EE42329(Coord.Instance)) { }
public gpXYZ Crossed(gpXYZ Right) { return(new gpXYZ(gp_XYZ_Crossed8EE42329(Instance, Right.Instance))); }
public bool GetRotation(gpXYZ theAxis, ref double theAngle) { return(gp_Trsf_GetRotationAC21764D(Instance, theAxis.Instance, ref theAngle)); }
public double DotCross(gpXYZ Coord1, gpXYZ Coord2) { return(gp_XYZ_DotCross610ADE9D(Instance, Coord1.Instance, Coord2.Instance)); }