Module point

Module point 

Source
Expand description

Point types and related functionality

Structs§

ColoredNormalPoint3f
A point with color and normal information
ColoredPoint3f
A point with color information
NormalPoint3f
A point with normal vector

Type Aliases§

Point3d
A 3D point with double precision coordinates
Point3f
A 3D point with floating point coordinates
Vector3d
A 3D vector with double precision components
Vector3f
A 3D vector with floating point components