Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
L
length()
- Method in class org.openmali.spatial.bodies.
Line
length()
- Method in class org.openmali.vecmath2.
Ray3f
length(TupleNf<?>)
- Static method in class org.openmali.vecmath2.util.
VecMathUtils
Computes the length of the (x,y,z)-component of this vector.
length()
- Method in class org.openmali.vecmath2.
Vector2d
length()
- Method in class org.openmali.vecmath2.
Vector2f
length()
- Method in class org.openmali.vecmath2.
Vector3d
length()
- Method in class org.openmali.vecmath2.
Vector3f
length()
- Method in interface org.openmali.vecmath2.
VectorInterface
length()
- Method in class org.openmali.vecmath2.
VectorNf
length3()
- Method in class org.openmali.vecmath2.
Vector4f
computes the length of the (x,y,z)-component of this vector.
lengthSquared()
- Method in class org.openmali.vecmath2.
Ray3f
lengthSquared(TupleNf<?>)
- Static method in class org.openmali.vecmath2.util.
VecMathUtils
Computes the squared length of this vector.
lengthSquared()
- Method in class org.openmali.vecmath2.
Vector2d
lengthSquared()
- Method in class org.openmali.vecmath2.
Vector2f
lengthSquared()
- Method in class org.openmali.vecmath2.
Vector3d
lengthSquared()
- Method in class org.openmali.vecmath2.
Vector3f
lengthSquared()
- Method in interface org.openmali.vecmath2.
VectorInterface
lengthSquared()
- Method in class org.openmali.vecmath2.
VectorNf
lengthSquared3()
- Method in class org.openmali.vecmath2.
Vector4f
Computes the squared length of the (x,y,z)-component of this vector.
LIGHT_BROWN
- Static variable in class org.openmali.vecmath2.
Colord
The color brown.
LIGHT_BROWN
- Static variable in class org.openmali.vecmath2.
Colorf
The color brown.
LIGHT_GRAY
- Static variable in class org.openmali.vecmath2.
Colord
The color light gray.
LIGHT_GRAY
- Static variable in class org.openmali.vecmath2.
Colorf
The color light gray.
limit(Tuple3f, float, float, float, float)
- Static method in class org.openmali.vecmath2.util.
TupleUtils
Limits the tuple in a rectangle.
limit(Tuple3f, float, float)
- Static method in class org.openmali.vecmath2.util.
TupleUtils
Limits the tuple into a rectangle (0, 0, maxx, maxy).
Line
- Class in
org.openmali.spatial.bodies
Line is L(t) = P+t*D for any real-valued t.
Line(float, float, float, float, float, float)
- Constructor for class org.openmali.spatial.bodies.
Line
Creates a new Line.
Line(Point3f, Vector3f)
- Constructor for class org.openmali.spatial.bodies.
Line
Creates a new Line.
Line()
- Constructor for class org.openmali.spatial.bodies.
Line
Creates a new Line.
Line(Line)
- Constructor for class org.openmali.spatial.bodies.
Line
Clone constructor.
LinearTerrainHeight
- Class in
org.openmali.surface
Used to evaluate the height of a terrain at any point of this terrain.
LinearTerrainHeight()
- Constructor for class org.openmali.surface.
LinearTerrainHeight
LineContainer
- Interface in
org.openmali.spatial
Provides access to the lines in an object.
loadObject(InputStream)
- Static method in class org.openmali.vecmath2.util.
SerializationUtils
Loads an Object.
loadObject(String)
- Static method in class org.openmali.vecmath2.util.
SerializationUtils
Loads an Object.
loadObject(File)
- Static method in class org.openmali.vecmath2.util.
SerializationUtils
Loads an Object.
log(float)
- Static method in class org.openmali.
FastMath
log(double)
- Static method in class org.openmali.
FastMathd
log10(float)
- Static method in class org.openmali.
FastMath
log10(double)
- Static method in class org.openmali.
FastMathd
LOG10_TO_LOG2
- Static variable in class org.openmali.
FastMath
LOG10_TO_LOG2
- Static variable in class org.openmali.
FastMathd
LOG10_TO_LOG2d
- Static variable in class org.openmali.
FastMath
LOG10_TO_LOG2d
- Static variable in class org.openmali.
FastMathd
log1p(float)
- Static method in class org.openmali.
FastMath
log1p(double)
- Static method in class org.openmali.
FastMathd
log2(float)
- Static method in class org.openmali.
FastMath
log2(double)
- Static method in class org.openmali.
FastMathd
longValue()
- Method in class org.openmali.types.primitives.
MutableByte
Returns the value of this
MutableByte
as a
long
.
longValue()
- Method in class org.openmali.types.primitives.
MutableFloat
Returns value of this
MutableFloat
as a
long
(by casting to type
long
).
longValue()
- Method in class org.openmali.types.primitives.
MutableInteger
Returns the value of this
MutableInteger
as a
long
.
longValue()
- Method in class org.openmali.types.primitives.
MutableLong
Returns the value of this
MutableLong
as a
long
value.
lower
- Variable in class org.openmali.spatial.bodies.
Box
The lower corner of this bounding box
LOWER_LEFT
- Static variable in class org.openmali.vecmath2.
TexCoord2f
LOWER_RIGHT
- Static variable in class org.openmali.vecmath2.
TexCoord2f
lowerBounds
- Static variable in class org.openmali.number.
RadicandBounds
lowerTmp
- Static variable in class org.openmali.number.
Radical1
lowerTmp2
- Static variable in class org.openmali.number.
Radical1
LUD(MatrixMxNf, VectorNf)
- Method in class org.openmali.vecmath2.
MatrixMxNf
LU Decomposition; this matrix must be a square matrix; the LU GMatrix parameter must be the same size as this matrix.
LUDBackSolve(MatrixMxNf, VectorNf, VectorNf)
- Method in class org.openmali.vecmath2.
VectorNf
LU Decomposition Back Solve; this method takes the LU matrix and the permutation vector produced by the GMatrix method LUD and solves the equation (LU)*x = b by placing the solution vector x into this vector.
LUDecomposition
- Class in
org.openmali.decomposition
LU Decomposition.
LUDecomposition(MatrixMxNf)
- Constructor for class org.openmali.decomposition.
LUDecomposition
LU Decomposition.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z