right property
Vector3
get
right
Unit horizontal direction to the camera's right.
Implementation
Vector3 get right => Vector3(0.0, 1.0, 0.0).cross(forward)..normalize();
Unit horizontal direction to the camera's right.
Vector3 get right => Vector3(0.0, 1.0, 0.0).cross(forward)..normalize();