public static float3 Up(this float3 forward) { return(math.normalize(math.cross(forward.Right(), forward))); }