A pool for mathematical objects to reduce garbage collection pressure.
Static
Acquires a Matrix4 from the pool.
A Matrix4 instance.
Acquires a Quaternion from the pool.
A Quaternion instance.
Acquires a Vector3D from the pool.
A Vector3D instance.
Releases a Matrix4 back into the pool.
The Matrix4 to release.
Releases a Quaternion back into the pool.
The Quaternion to release.
Releases a Vector3D back into the pool.
The Vector3D to release.
A pool for mathematical objects to reduce garbage collection pressure.