public void Translate(gpPnt2d P1, gpPnt2d P2) { gp_Ax2d_Translate5F54ADE3(Instance, P1.Instance, P2.Instance); }
public void SetScale(gpPnt2d P, double S) { gp_Trsf2d_SetScaleE3062737(Instance, P.Instance, S); }
public void SetTranslation(gpPnt2d P1, gpPnt2d P2) { gp_Trsf2d_SetTranslation5F54ADE3(Instance, P1.Instance, P2.Instance); }
public void Scale(gpPnt2d P, double S) { gp_Ax2d_ScaleE3062737(Instance, P.Instance, S); }
public gpAx22d(gpPnt2d P, gpDir2d V, bool Sense) : base(gp_Ax22d_CtorE18CA5E9(P.Instance, V.Instance, Sense)) { }
public void Mirror(gpPnt2d P) { gp_Ax2d_Mirror6203658C(Instance, P.Instance); }
public void Rotate(gpPnt2d P, double Ang) { gp_Ax2d_RotateE3062737(Instance, P.Instance, Ang); }
public bool Contains(gpPnt2d P, double LinearTolerance) { return(gp_Circ2d_ContainsE3062737(Instance, P.Instance, LinearTolerance)); }
public double SquareDistance(gpPnt2d P) { return(gp_Circ2d_SquareDistance6203658C(Instance, P.Instance)); }
public bool IsEqual(gpPnt2d Other, double LinearTolerance) { return(gp_Pnt2d_IsEqualE3062737(Instance, Other.Instance, LinearTolerance)); }
public double SquareDistance(gpPnt2d Other) { return(gp_Pnt2d_SquareDistance6203658C(Instance, Other.Instance)); }
public gpLin2d Normal(gpPnt2d P) { return(new gpLin2d(gp_Lin2d_Normal6203658C(Instance, P.Instance))); }
public double Distance(gpPnt2d P) { return(gp_Lin2d_Distance6203658C(Instance, P.Instance)); }
public gpVec2d(gpPnt2d P1, gpPnt2d P2) : base(gp_Vec2d_Ctor5F54ADE3(P1.Instance, P2.Instance)) { }
public gpAx2d Translated(gpPnt2d P1, gpPnt2d P2) { return(new gpAx2d(gp_Ax2d_Translated5F54ADE3(Instance, P1.Instance, P2.Instance))); }
public gpParab2d(gpAx2d D, gpPnt2d F, bool Sense) : base(gp_Parab2d_CtorF2803558(D.Instance, F.Instance, Sense)) { }
public gpAx2d(gpPnt2d P, gpDir2d V) : base(gp_Ax2d_Ctor2E9C6BD1(P.Instance, V.Instance)) { }
public gpParab2d(gpAx22d D, gpPnt2d F) : base(gp_Parab2d_Ctor3DE242E8(D.Instance, F.Instance)) { }
public gpAx2d Mirrored(gpPnt2d P) { return(new gpAx2d(gp_Ax2d_Mirrored6203658C(Instance, P.Instance))); }
public void SetMirror(gpPnt2d P) { gp_Trsf2d_SetMirror6203658C(Instance, P.Instance); }
public gpAx2d Rotated(gpPnt2d P, double Ang) { return(new gpAx2d(gp_Ax2d_RotatedE3062737(Instance, P.Instance, Ang))); }
public void SetRotation(gpPnt2d P, double Ang) { gp_Trsf2d_SetRotationE3062737(Instance, P.Instance, Ang); }
public gpAx2d Scaled(gpPnt2d P, double S) { return(new gpAx2d(gp_Ax2d_ScaledE3062737(Instance, P.Instance, S))); }
public gpAx22d(gpPnt2d P, gpDir2d Vx, gpDir2d Vy) : base(gp_Ax22d_CtorE3FB4CCB(P.Instance, Vx.Instance, Vy.Instance)) { }