right property
Vector3
get
right
Right direction (+X axis in local space, rotated).
Implementation
Vector3 get right => _rotation.rotated(Vector3(1, 0, 0));
Right direction (+X axis in local space, rotated).
Vector3 get right => _rotation.rotated(Vector3(1, 0, 0));