GetCameraRight method
Returns the right vector (normalized) of camera.
Implementation
@override
Vector3D GetCameraRight(
StructPointer<Camera3DD> camera,
) => $.Vector3$.Extract1(
(p) => _wasm.GetCameraRight(
p.toJS,
camera.toJS,
),
);