Path3d
A list of 3D points (Vector3). This class was first created, so that ExtrusionBuilder could extrude along an arbitrary 3D path.
To construct a Path, consider using Path3dBuilder, which supports straight lines and bezier curves.
Properties
Functions
Link copied to clipboard
Allows array-like access, where the index is rolled around, so that index -1 is the same as size-1 and also index size is the same as index 0 etc. This is particularly useful when you have an index, and want to find the next or previous. You can safely add or subtract without fear of IndexOutOfBoundsExceptions.
Link copied to clipboard
Note, unlike Shape2d, a Path is not closed, i.e. it is NOT a ring of points
Link copied to clipboard
Link copied to clipboard