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