The HBSurfVertex class is the data type of a B-Surface vertex. More...
#include <HUtility.h>
Public Member Functions | |
void | Set (double X, double Y, double Z, double W) |
Public Attributes | |
double | w |
The knot value of a B-Surface vertex. | |
double | x |
The x-coordinate of a B-Surface vertex. | |
double | y |
The y-coordinate of a B-Surface vertex. | |
double | z |
The z-coordinate of a B-Surface vertex. | |
The HBSurfVertex class is the data type of a B-Surface vertex.
HBSurfVertex represents a B-Surface vertex and requires a knot value w in addition to x, y and z coordinates.
|
inline |
Set packs an HBSurfVertex object with coordinate and knot values.