Fixed typo in documentation
This commit is contained in:
parent
64b7f1103b
commit
89a57114a4
2
Angle.h
2
Angle.h
@ -15,7 +15,7 @@ static float Deg2Rad = (pi * 2) / 360.0f;
|
||||
|
||||
/// @brief An angle in various representations.
|
||||
/// @tparam T The internal type used for the representation of the angle.
|
||||
/// The angle is internally limited to <-180..180] degrees or <-PI...PI]
|
||||
/// The angle is internally limited to (-180..180] degrees or (-PI...PI]
|
||||
/// radians. When an angle exceeds this range, it is normalized to a value
|
||||
/// within the range.
|
||||
template <typename T> class AngleOf {
|
||||
|
Loading…
x
Reference in New Issue
Block a user