#include <Geom_Point.hxx>
Inheritance diagram for Geom_Point:
Public Member Functions | |
virtual Standard_EXPORT void | Coord (Standard_Real &X, Standard_Real &Y, Standard_Real &Z) const =0 |
returns the Coordinates of <me>. | |
virtual Standard_EXPORT gp_Pnt | Pnt () const =0 |
returns a non transient 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>. | |
virtual Standard_EXPORT Standard_Real | Z () const =0 |
returns the Z coordinate of <me>. | |
Standard_EXPORT Standard_Real | Distance (const Handle(Geom_Point)&Other) const |
Computes the distance between <me> and <other>. . | |
Standard_EXPORT Standard_Real | SquareDistance (const Handle(Geom_Point)&Other) const |
Computes the square distance between <me> and <other>. . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
|
Implemented in Geom_CartesianPoint. |
|
|
|
Reimplemented from Geom_Geometry. Reimplemented in Geom_CartesianPoint. |
|
Implemented in Geom_CartesianPoint. |
|
|
|
Implemented in Geom_CartesianPoint. |
|
Implemented in Geom_CartesianPoint. |
|
Implemented in Geom_CartesianPoint. |