Serialized Form
-
Package com.jme3.math
-
Class com.jme3.math.Matrix3f
class Matrix3f extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
m00
float m00
The element in row 0, column 0. -
m01
float m01
The element in row 0, column 1. -
m02
float m02
The element in row 0, column 2. -
m10
float m10
The element in row 1, column 0. -
m11
float m11
The element in row 1, column 1. -
m12
float m12
The element in row 1, column 2. -
m20
float m20
The element in row 2, column 0. -
m21
float m21
The element in row 2, column 1. -
m22
float m22
The element in row 2, column 2.
-
-
Class com.jme3.math.Plane
class Plane extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
constant
float constant
Constant of the plane. See formula in class definition. -
normal
Vector3f normal
Vector normal to the plane.
-
-
Class com.jme3.math.Quaternion
class Quaternion extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
w
float w
The real (W) component. Not an angle! -
x
float x
The first imaginary (X) component. Not an angle! -
y
float y
The 2nd imaginary (Y) component. Not an angle! -
z
float z
The 3rd imaginary (Z) component. Not an angle!
-
-
Class com.jme3.math.Transform
class Transform extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
rot
Quaternion rot
Rotation component. -
scale
Vector3f scale
Scaling component: a scale factor for each local axis. -
translation
Vector3f translation
Translation component: an offset for each local axis.
-
-
Class com.jme3.math.Vector3f
class Vector3f extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
x
float x
The first (X) component. -
y
float y
The 2nd (Y) component. -
z
float z
The 3rd (Z) component.
-
-
-
Package jme3utilities.math.noise
-
Class jme3utilities.math.noise.Generator
class Generator extends Random implements Serializable- serialVersionUID:
- 37705297950129619L
-