Package org.lwjglx.util.vector
Class Vector
java.lang.Object
org.lwjglx.util.vector.Vector
- All Implemented Interfaces:
java.io.Serializable
,ReadableVector
- Direct Known Subclasses:
Quaternion
,Vector2f
,Vector3f
,Vector4f
public abstract class Vector extends java.lang.Object implements java.io.Serializable, ReadableVector
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Modifier Constructor Description protected
Vector()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Vector
protected Vector()
-
-
Method Details
-
length
public final float length()- Specified by:
length
in interfaceReadableVector
-
lengthSquared
public abstract float lengthSquared()- Specified by:
lengthSquared
in interfaceReadableVector
-
load
-
negate
-
normalise
-
store
- Specified by:
store
in interfaceReadableVector
-
scale
-