#include <surf_api.h>
Class Description
- See also:
- Class NURBSPoint.
- Description:
- This class is used to create an independent, free-standing
point. There are methods to set the position of the point in
various floating point formats and operators to compare
points.
All methods of this class are implemented by the system.
Constructor & Destructor Documentation
Member Function Documentation
- Parameters:
- const NURBSIndependentPoint&
pt
The point to compare.
- Returns:
- TRUE if equal; otherwise FALSE.
- Parameters:
- const NURBSIndependentPoint&
pt
The point to compare.
- Returns:
- TRUE if any of the coordinates are not equal; otherwise
FALSE.
- Parameters:
- TimeValue t
Specifies the time to set the position.
Point3 pt
The position to set.
DllExport void SetPosition |
( |
TimeValue |
t, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
|
|
- Parameters:
- TimeValue t
Specifies the time to set the position.
float x
The X position to set.
float y
The Y position to set.
float z
The Z position to set.
DllExport void SetPosition |
( |
TimeValue |
t, |
|
|
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
|
|
- Parameters:
- TimeValue t
Specifies the time to set the position.
double x
The X position to set.
double y
The Y position to set.
double z
The Z position to set.
- Operators: