AngleUtils class
Angle Utils
Deprecated: Use the extension methods in units.dart instead
(e.g., 90.0.toRad, pi.toDeg).
- Annotations
-
- @Deprecated('Use Rad/Deg extensions from units.dart instead')
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
degreeToRadian(
double deg) → dynamic - Degree to Radian
-
gradianToDegree(
double grad) → dynamic - Gradian to Degree
-
gradianToRadian(
double grad) → dynamic - Gradian to Radian
-
minOfArcToDegree(
double min) → dynamic - Minute of Arc to Degree
-
minOfArcToRadian(
double min) → dynamic - Minute of Arc to Radian
-
radianToDegree(
double rad) → dynamic - Radian to Degree
-
secOfArcToDegree(
double sec) → dynamic - Second of Arc to Degree
-
secOfArcToRadian(
double sec) → dynamic - Second of Arc to Radian