![]() |
Eigen-unsupported
3.2.7
|
A vectorization friendly 3D vector.
This class represents a 3D vector internally using a 4D vector such that vectorization can be seamlessly enabled. Of course, the same result can be achieved by directly using a 4D vector. This class makes this process simpler.
Inherits MatrixBase< AlignedVector3< _Scalar > >.