Point Set
OmfPointSet
typedef struct {
double origin[3];
const OmfArray *vertices;
} OmfPointSet;
A set of point locations in space.
Attribute Locations
OMF_LOCATION_VERTICESfor per-point data.
Fields
- origin:
double[3] - An offset to apply to all points, along with the project origin.
- vertices:
const OmfArray * - Vertex array.
Methods
omf_point_set_init
OmfPointSet omf_point_set_init(const OmfArray *vertices);
Initializes or resets a point-set struct.