30 return points_.size() && points_.size() == angles_.size();
36 return points_.empty();
42 return points_.size();
const tensorField & rotations() const
The local-to-global transformation for each point.
bool degrees() const
Rotation angles in degrees.
label size() const
The number of points.
bool empty() const
If no points were specified.
quaternion::eulerOrder rotationOrder() const
The Euler-angle rotation order.
bool good() const
Has positions and consistent number of rotations?
const pointField & points() const
The points corresponding to mass centres.
const vectorField & angles() const
The orientation of the points (mass centres).
eulerOrder
Euler-angle rotation order.
Field< vector > vectorField
Specialisation of Field<T> for vector.
Field< tensor > tensorField
Specialisation of Field<T> for tensor.
vectorField pointField
pointField is a vectorField.