std::vector< int > getValues() const
Get values.
CompoundPlaneAngle()
Constructs a CompoundPlaneAngle at 0 degrees, 0 minutes, 0 seconds.
void setDegrees(int degrees)
The first integer measure is the number of degrees in the range {360; -360}. Throws Base::OutOfRange ...
int getMillionthSeconds() const
Get third integer.
std::chrono::duration< double > seconds
Definition: core_types.h:20
int getSeconds() const
Get seconds.
CompoundPlaneAngle(int degrees, int minutes, int seconds)
Constructs a CompoundPlaneAngle from degrees, minutes and seconds.
A compound measure of plane angle in degrees, minutes, seconds, and optionally millionth-seconds of a...
Definition: CompoundPlaneAngle.h:13
int getMinutes() const
Get minutes.
bool operator==(const Geom::CompoundPlaneAngle &other) const
void setMinutes(int minutes)
The second integer measure is the number of minutes in the range {60; -60}. Throws Base::OutOfRange i...
CompoundPlaneAngle(int degrees, int minutes, int seconds, int millionthSeconds)
Constructs a CompoundPlaneAngle from degrees, minutes, seconds and millionth-seconds.
bool operator!=(const Geom::CompoundPlaneAngle &other) const
int getDegrees() const
Get degrees.
void setSeconds(int seconds)
The third integer measure is the number of seconds in the range {60; -60}. Throws Base::OutOfRange if...
Definition: PropertyContainer.h:33
void setMillionthSeconds(int millionthSeconds)