public gp_Ax2d(gp_Pnt2d P, gp_Dir2d V) : base() { throw new NotImplementedException(); }
public void SetDirection(gp_Dir2d V) { throw new NotImplementedException(); }
public bool IsNormal(gp_Dir2d Other, double AngularTolerance) { throw new NotImplementedException(); }
public gp_Vec2d(gp_Dir2d V) : base() { throw new NotImplementedException(); }
public gp_Dir2d(gp_Dir2d parameter1) : base() { throw new NotImplementedException(); }
public gp_Dir2d Mirrored(gp_Dir2d V) { throw new NotImplementedException(); }
public void Mirror(gp_Dir2d V) { throw new NotImplementedException(); }
public double Dot(gp_Dir2d Other) { throw new NotImplementedException(); }
public double Crossed(gp_Dir2d Right) { throw new NotImplementedException(); }