A B C D E F G H I L M N O P Q R S T U V W X Y Z

V

valueOf(String) - Static method in enum org.openmali.spatial.AxisIndicator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmali.spatial.bodies.Classifier.Classification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmali.spatial.bodies.Classifier.PlaneClassification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmali.spatial.bounds.BoundsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmali.spatial.PlaneIndicator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmali.spatial.VertexList.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmali.spatial.Visibility
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in class org.openmali.types.primitives.MutableByte
Returns a MutableByte instance representing the specified byte value.
valueOf(String, int) - Static method in class org.openmali.types.primitives.MutableByte
Returns a MutableByte object holding the value extracted from the specified String when parsed with the radix given by the second argument.
valueOf(String) - Static method in class org.openmali.types.primitives.MutableByte
Returns a MutableByte object holding the value given by the specified String.
valueOf(String) - Static method in class org.openmali.types.primitives.MutableFloat
Returns a MutableFloat object holding the float value represented by the argument string s.
valueOf(float) - Static method in class org.openmali.types.primitives.MutableFloat
Returns a MutableFloat instance representing the specified float value.
valueOf(String, int) - Static method in class org.openmali.types.primitives.MutableInteger
Returns an MutableInteger object holding the value extracted from the specified String when parsed with the radix given by the second argument.
valueOf(String) - Static method in class org.openmali.types.primitives.MutableInteger
Returns an MutableInteger object holding the value of the specified String.
valueOf(int) - Static method in class org.openmali.types.primitives.MutableInteger
Returns a MutableInteger instance representing the specified int value.
valueOf(String, int) - Static method in class org.openmali.types.primitives.MutableLong
Returns a MutableLong object holding the value extracted from the specified String when parsed with the radix given by the second argument.
valueOf(String) - Static method in class org.openmali.types.primitives.MutableLong
Returns a MutableLong object holding the value of the specified String.
valueOf(long) - Static method in class org.openmali.types.primitives.MutableLong
Returns a MutableLong instance representing the specified long value.
values - Variable in class org.openmali.number.matrix.MatrixMxNrad
The data of the Matrix
values - Variable in class org.openmali.number.matrix.TupleNrad
 
values() - Static method in enum org.openmali.spatial.AxisIndicator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmali.spatial.bodies.Classifier.Classification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmali.spatial.bodies.Classifier.PlaneClassification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmali.spatial.bounds.BoundsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmali.spatial.PlaneIndicator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmali.spatial.VertexList.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmali.spatial.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.openmali.vecmath2.Colord
 
values - Variable in class org.openmali.vecmath2.Colorf
 
values - Variable in class org.openmali.vecmath2.MatrixMxNf
The data of the Matrix
values - Variable in class org.openmali.vecmath2.TexCoordf
 
values - Variable in class org.openmali.vecmath2.TupleNd
 
values - Variable in class org.openmali.vecmath2.TupleNf
 
values - Variable in class org.openmali.vecmath2.TupleNi
 
vec(float) - Static method in class org.openmali.angle.Angle
 
vec(float, float) - Static method in class org.openmali.angle.Angle
 
VecMathUtils - Class in org.openmali.vecmath2.util
Utilities for vecmath classes.
Vector2d - Class in org.openmali.vecmath2
A 2 element vector that is represented by single precision doubleing point x, y coordinates.
Vector2d(boolean, double, double) - Constructor for class org.openmali.vecmath2.Vector2d
Constructs and initializes a Vector2d from the specified xy coordinates.
Vector2d(boolean, double[], boolean[], boolean) - Constructor for class org.openmali.vecmath2.Vector2d
Constructs and initializes a Vector2d from the specified array.
Vector2d(boolean, Tuple2d) - Constructor for class org.openmali.vecmath2.Vector2d
Constructs and initializes a Vector2d from the specified Tuple2d.
Vector2d(boolean) - Constructor for class org.openmali.vecmath2.Vector2d
Constructs and initializes a Vector2d to (0,0).
Vector2d(double, double) - Constructor for class org.openmali.vecmath2.Vector2d
Constructs and initializes a Vector2d from the specified xy coordinates.
Vector2d(double[]) - Constructor for class org.openmali.vecmath2.Vector2d
Constructs and initializes a Vector2d from the specified array.
Vector2d(Tuple2d) - Constructor for class org.openmali.vecmath2.Vector2d
Constructs and initializes a Vector2d from the specified Tuple2d.
Vector2d() - Constructor for class org.openmali.vecmath2.Vector2d
Constructs and initializes a Vector2d to (0,0).
Vector2dPool - Class in org.openmali.vecmath2.pools
An instance pool for Vector2d instances.
Vector2dPool(int) - Constructor for class org.openmali.vecmath2.pools.Vector2dPool
 
Vector2f - Class in org.openmali.vecmath2
A 2 element vector that is represented by single precision floating point x, y coordinates.
Vector2f(boolean, float, float) - Constructor for class org.openmali.vecmath2.Vector2f
Constructs and initializes a Vector2f from the specified xy coordinates.
Vector2f(boolean, float[], boolean[], boolean) - Constructor for class org.openmali.vecmath2.Vector2f
Constructs and initializes a Vector2f from the specified array.
Vector2f(boolean, Tuple2f) - Constructor for class org.openmali.vecmath2.Vector2f
Constructs and initializes a Vector2f from the specified Tuple2f.
Vector2f(boolean) - Constructor for class org.openmali.vecmath2.Vector2f
Constructs and initializes a Vector2f to (0,0).
Vector2f(float, float) - Constructor for class org.openmali.vecmath2.Vector2f
Constructs and initializes a Vector2f from the specified xy coordinates.
Vector2f(float[]) - Constructor for class org.openmali.vecmath2.Vector2f
Constructs and initializes a Vector2f from the specified array.
Vector2f(Tuple2f) - Constructor for class org.openmali.vecmath2.Vector2f
Constructs and initializes a Vector2f from the specified Tuple2f.
Vector2f() - Constructor for class org.openmali.vecmath2.Vector2f
Constructs and initializes a Vector2f to (0,0).
Vector2fPool - Class in org.openmali.vecmath2.pools
An instance pool for Vector2f instances.
Vector2fPool(int) - Constructor for class org.openmali.vecmath2.pools.Vector2fPool
 
Vector2i - Class in org.openmali.vecmath2
A 2 element vector that is represented by signed integer x,y coordinates.
Vector2i(boolean, int, int) - Constructor for class org.openmali.vecmath2.Vector2i
Constructs and initializes a Point3i from the specified xyz coordinates.
Vector2i(boolean, int[], boolean[], boolean) - Constructor for class org.openmali.vecmath2.Vector2i
Constructs and initializes a Point3i from the specified array.
Vector2i(boolean, Tuple2i) - Constructor for class org.openmali.vecmath2.Vector2i
Constructs and initializes a Point3i from the specified Point3i.
Vector2i(boolean) - Constructor for class org.openmali.vecmath2.Vector2i
Constructs and initializes a Point3i to (0,0,0).
Vector2i(int, int) - Constructor for class org.openmali.vecmath2.Vector2i
Constructs and initializes a Point3i from the specified xyz coordinates.
Vector2i(int[]) - Constructor for class org.openmali.vecmath2.Vector2i
Constructs and initializes a Point3i from the specified array.
Vector2i(Tuple2i) - Constructor for class org.openmali.vecmath2.Vector2i
Constructs and initializes a Point3i from the specified Point3i.
Vector2i() - Constructor for class org.openmali.vecmath2.Vector2i
Constructs and initializes a Point3i to (0,0,0).
Vector2iPool - Class in org.openmali.vecmath2.pools
An instance pool for Vector2i instances.
Vector2iPool(int) - Constructor for class org.openmali.vecmath2.pools.Vector2iPool
 
Vector3d - Class in org.openmali.vecmath2
A simple 3-dimensional double-Vector implementation.
Vector3d(boolean, double, double, double) - Constructor for class org.openmali.vecmath2.Vector3d
Creates a new Vector3d instance.
Vector3d(boolean, double[], boolean[], boolean) - Constructor for class org.openmali.vecmath2.Vector3d
Creates a new Vector3d instance.
Vector3d(boolean, Tuple3d) - Constructor for class org.openmali.vecmath2.Vector3d
Creates a new Vector3d instance.
Vector3d(boolean) - Constructor for class org.openmali.vecmath2.Vector3d
Creates a new Vector3d instance.
Vector3d(double, double, double) - Constructor for class org.openmali.vecmath2.Vector3d
Creates a new Vector3d instance.
Vector3d(double[]) - Constructor for class org.openmali.vecmath2.Vector3d
Creates a new Vector3d instance.
Vector3d(Tuple3d) - Constructor for class org.openmali.vecmath2.Vector3d
Creates a new Vector3d instance.
Vector3d() - Constructor for class org.openmali.vecmath2.Vector3d
Creates a new Vector3d instance.
Vector3dPool - Class in org.openmali.vecmath2.pools
An instance pool for Vector3d instances.
Vector3dPool(int) - Constructor for class org.openmali.vecmath2.pools.Vector3dPool
 
Vector3f - Class in org.openmali.vecmath2
A simple 3-dimensional float-Vector implementation.
Vector3f(boolean, float, float, float) - Constructor for class org.openmali.vecmath2.Vector3f
Creates a new Vector3f instance.
Vector3f(boolean, float[], boolean[], boolean) - Constructor for class org.openmali.vecmath2.Vector3f
Creates a new Vector3f instance.
Vector3f(boolean, Tuple3f) - Constructor for class org.openmali.vecmath2.Vector3f
Creates a new Vector3f instance.
Vector3f(boolean) - Constructor for class org.openmali.vecmath2.Vector3f
Creates a new Vector3f instance.
Vector3f(float, float, float) - Constructor for class org.openmali.vecmath2.Vector3f
Creates a new Vector3f instance.
Vector3f(float[]) - Constructor for class org.openmali.vecmath2.Vector3f
Creates a new Vector3f instance.
Vector3f(Tuple3f) - Constructor for class org.openmali.vecmath2.Vector3f
Creates a new Vector3f instance.
Vector3f() - Constructor for class org.openmali.vecmath2.Vector3f
Creates a new Vector3f instance.
Vector3fPool - Class in org.openmali.vecmath2.pools
An instance pool for Vector3f instances.
Vector3fPool(int) - Constructor for class org.openmali.vecmath2.pools.Vector3fPool
 
Vector4f - Class in org.openmali.vecmath2
A simple 4-dimensional float-Vector implementation.
Vector4f(boolean, float, float, float, float) - Constructor for class org.openmali.vecmath2.Vector4f
Creates a new Vector4f instance.
Vector4f(boolean, float[], boolean[], boolean) - Constructor for class org.openmali.vecmath2.Vector4f
Creates a new Vector4f instance.
Vector4f(boolean, Vector4f) - Constructor for class org.openmali.vecmath2.Vector4f
Creates a new Vector4f instance.
Vector4f(boolean) - Constructor for class org.openmali.vecmath2.Vector4f
Creates a new Vector4f instance.
Vector4f(float, float, float, float) - Constructor for class org.openmali.vecmath2.Vector4f
Creates a new Vector4f instance.
Vector4f(float[]) - Constructor for class org.openmali.vecmath2.Vector4f
Creates a new Vector4f instance.
Vector4f(Vector4f) - Constructor for class org.openmali.vecmath2.Vector4f
Creates a new Vector4f instance.
Vector4f() - Constructor for class org.openmali.vecmath2.Vector4f
Creates a new Vector4f instance.
Vector4fPool - Class in org.openmali.vecmath2.pools
An instance pool for Vector4f instances.
Vector4fPool(int) - Constructor for class org.openmali.vecmath2.pools.Vector4fPool
 
VectorInterface<T extends TupleNf<T>,V extends TupleNf<?>> - Interface in org.openmali.vecmath2
Common interface for all vector types.
vectorLength(float, float, float) - Static method in class org.openmali.vecmath2.util.FloatUtils
 
vectorLength(Tuple3f) - Static method in class org.openmali.vecmath2.util.TupleUtils
 
vectorLengthSquared(float, float, float) - Static method in class org.openmali.vecmath2.util.FloatUtils
 
vectorLengthSquared(Tuple3f) - Static method in class org.openmali.vecmath2.util.TupleUtils
 
VectorNf - Class in org.openmali.vecmath2
A float precision, general one dimensional vector class.
VectorNf(boolean, int) - Constructor for class org.openmali.vecmath2.VectorNf
Constructs a new generalized mathematic Vector with zero elements; length reprents the number of elements in the vector.
VectorNf(boolean, float[], boolean[], boolean) - Constructor for class org.openmali.vecmath2.VectorNf
Constructs a new generalized mathematic Vector with zero elements; length reprents the number of elements in the vector. !!
VectorNf(boolean, float[], int, int) - Constructor for class org.openmali.vecmath2.VectorNf
Constructs a new Vector by copying length elements from the array parameter.
VectorNf(boolean, TupleNf<?>) - Constructor for class org.openmali.vecmath2.VectorNf
Constructs a new Vector and copies the initial values from the parameter vector.
VectorNf(int) - Constructor for class org.openmali.vecmath2.VectorNf
Constructs a new generalized mathematic Vector with zero elements; length reprents the number of elements in the vector.
VectorNf(float[]) - Constructor for class org.openmali.vecmath2.VectorNf
Constructs a new generalized mathematic Vector with zero elements; length reprents the number of elements in the vector. !!
VectorNf(float[], int, int) - Constructor for class org.openmali.vecmath2.VectorNf
Constructs a new Vector by copying length elements from the array parameter.
VectorNf(TupleNf<?>) - Constructor for class org.openmali.vecmath2.VectorNf
Constructs a new Vector and copies the initial values from the parameter vector.
Vertex3f - Class in org.openmali.vecmath2
This class represents vertices.
Vertex3f(int) - Constructor for class org.openmali.vecmath2.Vertex3f
 
Vertex3f() - Constructor for class org.openmali.vecmath2.Vertex3f
 
VERTEX_ATTRIBUTES - Static variable in class org.openmali.vecmath2.Vertex3f
 
VertexContainer - Interface in org.openmali.spatial
Provides access to the vertices in an object.
VertexList - Class in org.openmali.spatial
This is a utility class to abstract a vertex list.
VertexList() - Constructor for class org.openmali.spatial.VertexList
 
VertexList(VertexContainer) - Constructor for class org.openmali.spatial.VertexList
 
VertexList(List<Tuple3f>) - Constructor for class org.openmali.spatial.VertexList
 
VertexList(Tuple3f[]) - Constructor for class org.openmali.spatial.VertexList
 
VertexList.SourceType - Enum in org.openmali.spatial
 
Visibility - Enum in org.openmali.spatial
 
VMTest - Class in org.openmali.test
 
VMTest() - Constructor for class org.openmali.test.VMTest
 

A B C D E F G H I L M N O P Q R S T U V W X Y Z