class SetCameraProjectionCmd
Defined at line 3467 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
Sets a camera's projection matrix.
This operation cannot be applied to a StereoCamera.
Constraints:
- `camera_id` refs a `Camera` that is not a `StereoCamera`.
- `fovy` is the Y-axis field of view, in radians.
NOTE: A default orthographic projection is specified by setting `fovy` to
zero. In this case, the camera transform is ignored.
Public Members
uint32_t camera_id
FloatValue fovy
Public Methods
::std::unique_ptr<SetCameraProjectionCmd> New ()
void Encode (::fidl::Encoder *_encoder,size_t_offset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,SetCameraProjectionCmd *value,size_t_offset)
zx_status_t Clone (SetCameraProjectionCmd * result)