- type
- class
A 3 dimensional vector object.
In many instances a Vec3 will be accessible from Nape which is marked as immutable, these cases will be documented and modifying such a Vec3 will result in an error.
In many instances a Vec3 will be accessible from Nape which is marked as immutable, these cases will be documented and modifying such a Vec3 will result in an error.
Static Methods
static function get(x:Float = 0, y:Float = 0, z:Float = 0):Vec3
Allocate a Vec3 from the global object pool.