Package org.lwjglx.util.vector
Class Vector
java.lang.Object
org.lwjglx.util.vector.Vector
- All Implemented Interfaces:
Serializable,ReadableVector
- Direct Known Subclasses:
Quaternion,Vector2f,Vector3f,Vector4f
- See Also:
-
Constructor Details
-
Vector
protected Vector()
-
-
Method Details
-
length
public final float length()- Specified by:
lengthin interfaceReadableVector
-
lengthSquared
public abstract float lengthSquared()- Specified by:
lengthSquaredin interfaceReadableVector
-
load
-
negate
-
normalise
-
store
- Specified by:
storein interfaceReadableVector
-
scale
-