forward property
Vector3
get
forward
Unit horizontal direction the camera looks along (away from it).
Implementation
Vector3 get forward => Vector3(math.sin(_yaw), 0.0, math.cos(_yaw));
Unit horizontal direction the camera looks along (away from it).
Vector3 get forward => Vector3(math.sin(_yaw), 0.0, math.cos(_yaw));