This commit is contained in:
Pascal Serrarens 2025-03-12 17:53:00 +01:00
parent 05a3b09974
commit f05b411939

View File

@ -21,12 +21,7 @@ class SphericalOf {
/// @brief The distance in meters
/// @remark The distance should never be negative
float distance;
/// @brief The angle in the horizontal plane in degrees, clockwise rotation
/// @details The angle is automatically normalized to -180 .. 180
// AngleOf<T> horizontal;
/// @brief The angle in the vertical plane in degrees. Positive is upward.
/// @details The angle is automatically normalized to -180 .. 180
// AngleOf<T> vertical;
/// @brief The direction of the vector
DirectionOf<T> direction;
SphericalOf<T>();