1 #ifndef vcsl_cartesian_h_ 2 #define vcsl_cartesian_h_ 57 #endif // vcsl_cartesian_h_ bool is_right_handed() const
Are the axes of ‘this’ right handed ?.
~vcsl_cartesian() override=default
vcsl_cartesian()
Default constructor. Sets itself right handed.
Abstract coordinate system.
Abstract coordinate system.
void set_right_handed(bool val)
Set whether the coordinate system is right handed or not.
Cartesian coordinate system.
bool right_handed_
True if the axes of ‘this’ are right handed.