Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HBSurfVertex Class Reference

The HBSurfVertex class is the data type of a B-Surface vertex. More...

#include <HUtility.h>

List of all members.

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.


Detailed Description

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.


Member Function Documentation

void HBSurfVertex::Set ( double  X,
double  Y,
double  Z,
double  W 
) [inline]

Set packs an HBSurfVertex object with coordinate and knot values.


The documentation for this class was generated from the following file: