| Class and Description |
|---|
| ArraySubVector
Class representing a fixed-size vector of mutable double values
|
| ArrayVector
Base class for vectors backed by a double[] array.
|
| AVector
Main abstract base class for all types of vector
Contains default implementations for most vector operations which can be
overriden to achieve better performance in derived classes.
|
| PrimitiveVector |
| Vector |
| Vector2
Specialised 2D vector
|
| Vector3
Specialised 3D vector
|
| WrappedSubVector |
Copyright © 2012. All Rights Reserved.