|
Pottery
|
the spline class represents a Vector Array of Points that the spline is made out of More...
Public Member Functions | |
| Spline (float radius, float height, int subdivision) | |
| Spline (Vector3[] spline) | |
| constructs a spline from a vertex Array More... | |
| Vector3[] | getSpline () |
| Vector3 | getVertex (int index) |
| returns the Vertex for the given index More... | |
| int | getSize () |
| returns the size of the Vector3 array More... | |
the spline class represents a Vector Array of Points that the spline is made out of
| Spline.Spline | ( | Vector3[] | spline | ) |
constructs a spline from a vertex Array
| spline | a vertex arrray with points |
summary> returns the points of the spline
| int Spline.getSize | ( | ) |
returns the size of the Vector3 array
| Vector3 Spline.getVertex | ( | int | index | ) |
returns the Vertex for the given index
| index | array index |
1.8.10