class SetStereoCameraProjectionCmd

Defined at line 3829 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h

Sets a StereoCamera's projection matrices.

This operation can only be applied to a StereoCamera.

Constraints:

- `camera_id` refs a `StereoCamera`.

- `left_projection` is the projection matrix for the left eye.

- `right_projection` is the projection matrix for the right eye.

These projection matrices may also contain a transform in camera space for

their eye if needed.

Public Members

uint32_t camera_id
Matrix4Value left_projection
Matrix4Value right_projection

Public Methods

::std::unique_ptr<SetStereoCameraProjectionCmd> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, SetStereoCameraProjectionCmd * value, size_t _offset)
zx_status_t Clone (SetStereoCameraProjectionCmd * result)