|
| | IntPolyh_Point () |
| | Constructor. More...
|
| |
| | IntPolyh_Point (const Standard_Real x, const Standard_Real y, const Standard_Real z, const Standard_Real u, const Standard_Real v) |
| | Constructor. More...
|
| |
| Standard_Real | X () const |
| | Returns X coordinate of the 3D point. More...
|
| |
| Standard_Real | Y () const |
| | Returns Y coordinate of the 3D point. More...
|
| |
| Standard_Real | Z () const |
| | Returns the Z coordinate of the 3D point. More...
|
| |
| Standard_Real | U () const |
| | Returns the U coordinate of the 2D point. More...
|
| |
| Standard_Real | V () const |
| | Returns the V coordinate of the 2D point. More...
|
| |
| Standard_Integer | PartOfCommon () const |
| | Returns 0 if the point is not common with the other surface. More...
|
| |
| void | Set (const Standard_Real x, const Standard_Real y, const Standard_Real z, const Standard_Real u, const Standard_Real v, const Standard_Integer II=1) |
| | Sets the point. More...
|
| |
| void | SetX (const Standard_Real x) |
| | Sets the X coordinate for the 3D point. More...
|
| |
| void | SetY (const Standard_Real y) |
| | Sets the Y coordinate for the 3D point. More...
|
| |
| void | SetZ (const Standard_Real z) |
| | Sets the Z coordinate for the 3D point. More...
|
| |
| void | SetU (const Standard_Real u) |
| | Sets the U coordinate for the 2D point. More...
|
| |
| void | SetV (const Standard_Real v) |
| | Sets the V coordinate for the 2D point. More...
|
| |
| void | SetPartOfCommon (const Standard_Integer ii) |
| | Sets the part of common. More...
|
| |
| void | Middle (const Handle< Adaptor3d_Surface > &MySurface, const IntPolyh_Point &P1, const IntPolyh_Point &P2) |
| | Creates middle point from P1 and P2 and stores it to this. More...
|
| |
| IntPolyh_Point | Add (const IntPolyh_Point &P1) const |
| | Addition. More...
|
| |
| IntPolyh_Point | operator+ (const IntPolyh_Point &P1) const |
| |
| IntPolyh_Point | Sub (const IntPolyh_Point &P1) const |
| | Subtraction. More...
|
| |
| IntPolyh_Point | operator- (const IntPolyh_Point &P1) const |
| |
| IntPolyh_Point | Divide (const Standard_Real rr) const |
| | Division. More...
|
| |
| IntPolyh_Point | operator/ (const Standard_Real rr) const |
| |
| IntPolyh_Point | Multiplication (const Standard_Real rr) const |
| | Multiplication. More...
|
| |
| IntPolyh_Point | operator* (const Standard_Real rr) const |
| |
| Standard_Real | SquareModulus () const |
| | Square modulus. More...
|
| |
| Standard_Real | SquareDistance (const IntPolyh_Point &P2) const |
| | Square distance to the other point. More...
|
| |
| Standard_Real | Dot (const IntPolyh_Point &P2) const |
| | Dot. More...
|
| |
| void | Cross (const IntPolyh_Point &P1, const IntPolyh_Point &P2) |
| | Cross. More...
|
| |
| void | Dump () const |
| | Dump. More...
|
| |
| void | Dump (const Standard_Integer i) const |
| | Dump. More...
|
| |
| void | SetDegenerated (const Standard_Boolean theFlag) |
| | Sets the degenerated flag. More...
|
| |
| Standard_Boolean | Degenerated () const |
| | Returns the degenerated flag. More...
|
| |
The class represents the point on the surface with both 3D and 2D points.