org.rajawali3d.math.vector / Vector3

Vector3

open class Vector3 : Cloneable
open class Vector3 : Cloneable

Encapsulates a 3D point/vector.

This class borrows heavily from the implementation.

Author
dennis.ippel

Author
Jared Woolston (jwoolston@tenkiv.com)

Author
Dominic Cerisano (Gram-Schmidt orthonormalization)

See Also
<a href="https://github.com/libgdx/libgdx/blob/master/gdx/src/com/badlogic/gdx/math/Vector3.java">libGDX->Vector3</a>