Xyzs specifies a list of x,y,z positions or vectors.
Class Properties (see Type)
- New
- (Text) Create a new Xyzs value. Its list of xyz components are initialized by a Text string specifying the appropriate number of floating point numbers separated by commas.
Instance Methods and Properties
- <<
- Append an Xyz vector to the end of the list.
- x
- (index)->float. Get or set the x value at the specified index.
- y
- (index)->float. Get or set the y value at the specified index.
- z
- (index)->float. Get or set the z value at the specified index.