10 :
Rotation(rotation), Direction(direction) {}
19 return r +
": [" +
x +
" " +
y +
" " +
z +
"]";
Represents a rotation defined by a direction vector and an angle.
Provides a collection of mathematical utility functions and constants.
String ToString()
Converts the DirectionAngle to a string representation.
DirectionAngle(float rotation, float x, float y, float z)
Constructs a DirectionAngle with a rotation angle and individual direction components.
Vector3D Direction
The direction vector defining the axis of rotation.
Implements a generic Kalman Filter for 1D data.
static String DoubleToCleanString(float value)
Converts a floating-point value to a String, removing trailing decimals if not needed.
Handles 3D rotations and conversions between various rotation representations.
Represents a 3D vector (X, Y, Z) and provides methods for vector arithmetic.
float Z
The Z-component of the 3D vector.
float X
The X-component of the 3D vector.
float Y
The Y-component of the 3D vector.