#include <Geom2d_Point.hxx>
Inheritance diagram for Geom2d_Point:
Public Member Functions | |
virtual Standard_EXPORT void | Coord (Standard_Real &X, Standard_Real &Y) const =0 |
returns the Coordinates of <me>. | |
virtual Standard_EXPORT gp_Pnt2d | Pnt2d () const =0 |
returns a non persistent copy of <me> | |
virtual Standard_EXPORT Standard_Real | X () const =0 |
returns the X coordinate of <me>. | |
virtual Standard_EXPORT Standard_Real | Y () const =0 |
returns the Y coordinate of <me>. | |
Standard_EXPORT Standard_Real | Distance (const Handle(Geom2d_Point)&Other) const |
computes the distance between <me> and <other>. | |
Standard_EXPORT Standard_Real | SquareDistance (const Handle(Geom2d_Point)&Other) const |
computes the square distance between <me> and <other>. | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
|
Implemented in Geom2d_CartesianPoint. |
|
|
|
Reimplemented from Geom2d_Geometry. Reimplemented in Geom2d_CartesianPoint. |
|
Implemented in Geom2d_CartesianPoint. |
|
|
|
Implemented in Geom2d_CartesianPoint. |
|
Implemented in Geom2d_CartesianPoint. |