public class TempVars
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Quaternion |
quat1
General quaternions.
|
Vector3f |
vect1
General vectors.
|
Vector3f |
vect2
auxiliary Vector3f
|
| Modifier and Type | Method and Description |
|---|---|
static TempVars |
get()
Acquire an instance of the TempVar class.
|
void |
release()
Releases this instance of TempVars.
|
public final Vector3f vect1
public final Vector3f vect2
public final Quaternion quat1
public static TempVars get()
public void release()