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
B
b(double)
- Method in class org.openmali.vecmath2.
Colord
Sets the Blue color component.
b()
- Method in class org.openmali.vecmath2.
Colord
b(float)
- Method in class org.openmali.vecmath2.
Colorf
Sets the Blue color component.
b()
- Method in class org.openmali.vecmath2.
Colorf
b(float)
- Method in class org.openmali.vecmath2.
Quaternion4f
Sets the value of the B-element of this Quaternion.
b()
- Method in class org.openmali.vecmath2.
Quaternion4f
BezierCurve2
- Class in
org.openmali.curves
A quadric Bezier Curve (degree 2) B(t) = (1-t)^2*P0 + 2*t*(1-t)*P1 + t^2*P2 0 < t < 1
BezierCurve2(Tuple3f, Tuple3f, Tuple3f)
- Constructor for class org.openmali.curves.
BezierCurve2
BezierCurve2(Point3f[])
- Constructor for class org.openmali.curves.
BezierCurve2
BLACK
- Static variable in class org.openmali.vecmath2.
Colord
The color black.
BLACK
- Static variable in class org.openmali.vecmath2.
Colorf
The color black.
BLACK_TRANSPARENT
- Static variable in class org.openmali.vecmath2.
Colorf
The color black and fully transparent.
BLUE
- Static variable in class org.openmali.vecmath2.
Colord
The color blue.
BLUE
- Static variable in class org.openmali.vecmath2.
Colorf
The color blue.
Body
- Class in
org.openmali.spatial.bodies
Base class for all geometric Bodies.
Body()
- Constructor for class org.openmali.spatial.bodies.
Body
BodyInterface
- Interface in
org.openmali.spatial.bodies
Simple interface for the
Body
class.
BoundingBox
- Class in
org.openmali.spatial.bounds
Axis aligned bounding box volumes
BoundingBox()
- Constructor for class org.openmali.spatial.bounds.
BoundingBox
Create a new empty bounding box
BoundingBox(float, float, float, float, float, float)
- Constructor for class org.openmali.spatial.bounds.
BoundingBox
Creates a new Box
BoundingBox(Tuple3f, Tuple3f)
- Constructor for class org.openmali.spatial.bounds.
BoundingBox
Create a new bounding box with lower and upper corners specified
BoundingBox(Bounds)
- Constructor for class org.openmali.spatial.bounds.
BoundingBox
Create a new bounding box enclosing bounds bo
BoundingBox(Bounds[])
- Constructor for class org.openmali.spatial.bounds.
BoundingBox
Create a new bounding box enclosing bounds bos
BoundingPolytope
- Class in
org.openmali.spatial.bounds
A set of planes that prescribe a convex, closed polygonal bounding region.
BoundingPolytope()
- Constructor for class org.openmali.spatial.bounds.
BoundingPolytope
Constructs a new BoundingPolytope object.
BoundingPolytope(Vector4f[])
- Constructor for class org.openmali.spatial.bounds.
BoundingPolytope
Constructs a new BoundingPolytope object.
BoundingPolytope(Bounds)
- Constructor for class org.openmali.spatial.bounds.
BoundingPolytope
Constructs a new BoundingPolytope object.
BoundingPolytope(Bounds[])
- Constructor for class org.openmali.spatial.bounds.
BoundingPolytope
Constructs a new BoundingPolytope object.
BoundingSphere
- Class in
org.openmali.spatial.bounds
A spherical bounding volume.
BoundingSphere(float, float, float, float)
- Constructor for class org.openmali.spatial.bounds.
BoundingSphere
Constructs a new BoundingShpere object.
BoundingSphere(Tuple3f, float)
- Constructor for class org.openmali.spatial.bounds.
BoundingSphere
Constructs a new BoundingShpere object.
BoundingSphere()
- Constructor for class org.openmali.spatial.bounds.
BoundingSphere
Constructs a new BoundingShpere object.
BoundingSphere(Bounds)
- Constructor for class org.openmali.spatial.bounds.
BoundingSphere
Constructs a new BoundingShpere object.
BoundingSphere(Bounds[])
- Constructor for class org.openmali.spatial.bounds.
BoundingSphere
Constructs a new BoundingShpere object.
Bounds
- Interface in
org.openmali.spatial.bounds
Interface base for Bounds.
BoundsType
- Enum in
org.openmali.spatial.bounds
The BoundsType indicates the kind of bounds underlying the given Bounds instance.
Box
- Class in
org.openmali.spatial.bodies
An Axis-Aligned Box.
Box(float, float, float, float, float, float)
- Constructor for class org.openmali.spatial.bodies.
Box
Creates a new Box
Box(Tuple3f, Tuple3f)
- Constructor for class org.openmali.spatial.bodies.
Box
Creates a new Box
Box()
- Constructor for class org.openmali.spatial.bodies.
Box
Creates a new Box
boxIntersectsBox(float, float, float, float, float, float, float, float, float, float, float, float)
- Static method in class org.openmali.spatial.bodies.
IntersectionFactory
Tests two Boxes for intersection.
boxIntersectsBox(Tuple3f, Tuple3f, Tuple3f, Tuple3f)
- Static method in class org.openmali.spatial.bodies.
IntersectionFactory
Tests two Boxes for intersection.
boxIntersectsBox(Box, Box)
- Static method in class org.openmali.spatial.bodies.
IntersectionFactory
Tests two Boxes for intersection.
boxIntersectsRay(float, float, float, float, float, float, Point3f, Vector3f, Tuple3f)
- Static method in class org.openmali.spatial.bodies.
IntersectionFactory
Tests a Box for intersection with a Ray.
boxIntersectsRay(float, float, float, float, float, float, Ray3f, Tuple3f)
- Static method in class org.openmali.spatial.bodies.
IntersectionFactory
Tests a Box for intersection with a Ray.
boxIntersectsRay(Tuple3f, Tuple3f, Point3f, Vector3f, Tuple3f)
- Static method in class org.openmali.spatial.bodies.
IntersectionFactory
Tests a Box for intersection with a Ray.
boxIntersectsRay(Tuple3f, Tuple3f, Ray3f, Tuple3f)
- Static method in class org.openmali.spatial.bodies.
IntersectionFactory
Tests a Box for intersection with a Ray.
boxIntersectsRay(float, float, float, float, float, float, Point3f, Vector3f)
- Static method in class org.openmali.spatial.bodies.
IntersectionFactory
Tests a Box for intersection with a Ray.
boxIntersectsRay(float, float, float, float, float, float, Ray3f)
- Static method in class org.openmali.spatial.bodies.
IntersectionFactory
Tests a Box for intersection with a Ray.
boxIntersectsRay(Tuple3f, Tuple3f, Point3f, Vector3f)
- Static method in class org.openmali.spatial.bodies.
IntersectionFactory
Tests a Box for intersection with a Ray.
boxIntersectsRay(Tuple3f, Tuple3f, Ray3f)
- Static method in class org.openmali.spatial.bodies.
IntersectionFactory
Tests a Box for intersection with a Ray.
BROWN
- Static variable in class org.openmali.vecmath2.
Colord
The color brown.
BROWN
- Static variable in class org.openmali.vecmath2.
Colorf
The color brown.
byteValue()
- Method in class org.openmali.types.primitives.
MutableByte
Returns the value of this
MutableByte
as a
byte
.
byteValue()
- Method in class org.openmali.types.primitives.
MutableFloat
Returns the value of this
MutableFloat
as a
byte
(by casting to a
byte
).
byteValue()
- Method in class org.openmali.types.primitives.
MutableInteger
Returns the value of this
MutableInteger
as a
byte
.
byteValue()
- Method in class org.openmali.types.primitives.
MutableLong
Returns the value of this
MutableLong
as a
byte
.
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