Adds provided angle value and unit and returns a new angle instance using provided unit.
Adds provided angle to current instance and returns a new angle.
Adds provided angle value and unit and returns a new angle instance using provided unit.
Converts an angle to requested output unit.
Gets new angle containing decimal degrees from provided integer degrees and decimal minutes.
Gets new angle containing decimal degrees from provided integer degrees, integer minutes and decimal seconds.
Parses provided string and tries to determine an angle value and unit.
Parses provided string representation using degrees and decimal minutes format.
Parses provided string representation using degrees, minutes and decimal seconds format.
Subtracts provided angle value and unit and returns a new angle instance using provided unit.
Subtracts provided angle to current instance and returns a new angle.
Subtracts provided angle value and unit and returns a new angle instance using provided unit.
void
Adds provided angle and updates current angle.
void
Adds provided angle and stores the result into provided angle.
static void
Adds two angles and stores the result into provided instance.
Adds provided angle to current instance and returns a new angle.
static void
Converts an angle to provided output angle unit.
static void
Converts and updates an angle to requested output unit.
static void
Converts an angle to requested output unit.
Converts an angle to requested output unit.
Formats provided angle into degrees and decimal minutes.
Formats provided angle into degrees, minutes and decimal seconds.
static void
Gets angle from provided integer degrees and decimal minutes and sets the value into provided angle instance.
static void
Gets decimal degrees from provided integer degrees, integer minutes and decimal seconds and sets the value
into provided angle instance.
void
Subtracts provided angle and updates current angle.
void
Subtracts provided angle and stores the result into provided angle.
static void
Subtracts two angles and stores the result into provided instance.
Subtracts provided angle to current instance and returns a new angle.
static double[]
Converts provided angle to integer degrees and decimal minutes.
static void
Converts provided angle to integer degrees and decimal minutes.
static double[]
Converts provided angle to integer degrees, integer minutes and decimal seconds.
static void
Converts provided angle to integer degrees, integer minutes and decimal seconds.