public double Angle(gpAx2d Other) { return(gp_Ax2d_Angle90E1386A(Instance, Other.Instance)); }
public bool IsOpposite(gpAx2d Other, double AngularTolerance) { return(gp_Ax2d_IsOppositeF4E58768(Instance, Other.Instance, AngularTolerance)); }
public bool IsParallel(gpAx2d Other, double AngularTolerance) { return(gp_Ax2d_IsParallelF4E58768(Instance, Other.Instance, AngularTolerance)); }
public void SetAffinity(gpAx2d A, double Ratio) { gp_GTrsf2d_SetAffinityF4E58768(Instance, A.Instance, Ratio); }
public bool IsCoaxial(gpAx2d Other, double AngularTolerance, double LinearTolerance) { return(gp_Ax2d_IsCoaxial4745308(Instance, Other.Instance, AngularTolerance, LinearTolerance)); }
public void Mirror(gpAx2d A1) { gp_Vec2d_Mirror90E1386A(Instance, A1.Instance); }
public void SetTransformation(gpAx2d ToSystem) { gp_Trsf2d_SetTransformation90E1386A(Instance, ToSystem.Instance); }
public gpHypr2d(gpAx2d MajorAxis, double MajorRadius, double MinorRadius, bool Sense) : base(gp_Hypr2d_CtorEB7AC69(MajorAxis.Instance, MajorRadius, MinorRadius, Sense)) { }
public void SetMirror(gpAx2d A) { gp_Trsf2d_SetMirror90E1386A(Instance, A.Instance); }
public gpParab2d(gpAx2d MirrorAxis, double Focal, bool Sense) : base(gp_Parab2d_Ctor462C7341(MirrorAxis.Instance, Focal, Sense)) { }
public gpParab2d(gpAx2d D, gpPnt2d F, bool Sense) : base(gp_Parab2d_CtorF2803558(D.Instance, F.Instance, Sense)) { }
public gpCirc2d(gpAx2d XAxis, double Radius, bool Sense) : base(gp_Circ2d_Ctor462C7341(XAxis.Instance, Radius, Sense)) { }
public gpLin2d(gpAx2d A) : base(gp_Lin2d_Ctor90E1386A(A.Instance)) { }
public gpVec2d Mirrored(gpAx2d A1) { return(new gpVec2d(gp_Vec2d_Mirrored90E1386A(Instance, A1.Instance))); }
public void Mirror(gpAx2d A) { gp_Ax2d_Mirror90E1386A(Instance, A.Instance); }
public void SetTransformation(gpAx2d FromSystem1, gpAx2d ToSystem2) { gp_Trsf2d_SetTransformation1A99B821(Instance, FromSystem1.Instance, ToSystem2.Instance); }
public gpAx2d Mirrored(gpAx2d A) { return(new gpAx2d(gp_Ax2d_Mirrored90E1386A(Instance, A.Instance))); }
public gpAx22d(gpAx2d A, bool Sense) : base(gp_Ax22d_Ctor2C652E28(A.Instance, Sense)) { }