Creates a 3D vector object. This object is created statically using the Vector3D.create method.
This is a static method.
|
This is a static method.
|
Type | Description |
Vector3D | Returns the new vector. |
Name | Type | Description |
x | double | The optional x value. This is an optional argument whose default value is 0.0. |
y | double | The optional y value. This is an optional argument whose default value is 0.0. |
z | double | The optional z value. This is an optional argument whose default value is 0.0. |
Name | Description |
moveFeatures.add | Demonstrates the moveFeatures.add method. |