right property

Vector3 get right

The right direction relative to the camera.

Implementation

Vector3 get right => forward.cross(up);