GetCameraViewMatrix method
Returns the view matrix for camera.
Implementation
@override
MatrixD GetCameraViewMatrix(
StructPointer<Camera3DD> camera,
) => $.Matrix$.Extract1(
(p) => _wasm.GetCameraViewMatrix(
p.toJS,
camera.toJS,
),
);