kcl-stdtypesPoint3d

Point3dType in std::types

A point in three dimensional space.

Point3d is an alias for a three-element array of numbers. To write a value with type Point3d, use an array, e.g., [0, 0, 0] or [5.0, 3.14, 6.8].

Found a typo?