Open CASCADE Technology 7.8.0
|
The class represents the point on the surface with both 3D and 2D points. More...
#include <IntPolyh_Point.hxx>
The class represents the point on the surface with both 3D and 2D points.
|
inline |
Constructor.
|
inline |
Constructor.
IntPolyh_Point IntPolyh_Point::Add | ( | const IntPolyh_Point & | P1 | ) | const |
Addition.
void IntPolyh_Point::Cross | ( | const IntPolyh_Point & | P1, |
const IntPolyh_Point & | P2 | ||
) |
Cross.
|
inline |
Returns the degenerated flag.
IntPolyh_Point IntPolyh_Point::Divide | ( | const Standard_Real | rr | ) | const |
Division.
Standard_Real IntPolyh_Point::Dot | ( | const IntPolyh_Point & | P2 | ) | const |
Dot.
void IntPolyh_Point::Dump | ( | ) | const |
Dump.
void IntPolyh_Point::Dump | ( | const Standard_Integer | i | ) | const |
Dump.
void IntPolyh_Point::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.
IntPolyh_Point IntPolyh_Point::Multiplication | ( | const Standard_Real | rr | ) | const |
Multiplication.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Returns 0 if the point is not common with the other surface.
|
inline |
Sets the point.
|
inline |
Sets the degenerated flag.
|
inline |
Sets the part of common.
|
inline |
Sets the U coordinate for the 2D point.
|
inline |
Sets the V coordinate for the 2D point.
|
inline |
Sets the X coordinate for the 3D point.
|
inline |
Sets the Y coordinate for the 3D point.
|
inline |
Sets the Z coordinate for the 3D point.
Standard_Real IntPolyh_Point::SquareDistance | ( | const IntPolyh_Point & | P2 | ) | const |
Square distance to the other point.
Standard_Real IntPolyh_Point::SquareModulus | ( | ) | const |
Square modulus.
IntPolyh_Point IntPolyh_Point::Sub | ( | const IntPolyh_Point & | P1 | ) | const |
Subtraction.
|
inline |
Returns the U coordinate of the 2D point.
|
inline |
Returns the V coordinate of the 2D point.
|
inline |
Returns X coordinate of the 3D point.
|
inline |
Returns Y coordinate of the 3D point.
|
inline |
Returns the Z coordinate of the 3D point.