Defines a 3D vector and various related operations.
Defines a rotation in 3D space using a direction vector and a rotation angle.
String ToString()
Converts the DirectionAngle to a string representation.
float Rotation
The angle of rotation in degrees (or radians, depending on usage).
Vector3D Direction
The direction vector defining the axis of rotation.
Implements a generic Kalman Filter for 1D data.
Represents a 3D vector (X, Y, Z) and provides methods for vector arithmetic.