The Normal
property of the Vector3
struct returns a unit vector that has the same direction as the original vector but with a length of 1. This is useful for normalizing vectors, which is a common operation in graphics programming and physics simulations to ensure consistent scaling and directionality.