Package net.lax1dude.eaglercraft.v1_8.vector
-
Interface Summary Interface Description ReadableVector ReadableVector2f ReadableVector3f ReadableVector4f WritableVector2f Writable interface to Vector2fsWritableVector3f Writable interface to Vector3fsWritableVector4f Writable interface to Vector4fs -
Class Summary Class Description Matrix Base class for matrices.Matrix2f Holds a 2x2 matrixMatrix3f Holds a 3x3 matrix.Matrix4f Holds a 4x4 float matrix.Quaternion Vector Base class for vectors.Vector2f Holds a 2-tuple vector.Vector3f Holds a 3-tuple vector.Vector4f Holds a 4-tuple vector.