Defines a 3D vector and various related operations.
Implements a generic Kalman Filter for 1D data.
Represents a plane in 3D space defined by a centroid and a normal vector.
String ToString()
Converts the Plane object to a string representation.
Vector3D Normal
Normal vector defining the plane's orientation.
Plane()
Default constructor.
Vector3D Centroid
Point on the plane, representing the centroid.
Represents a 3D vector (X, Y, Z) and provides methods for vector arithmetic.