class Transform

Defined at line 603 of file fidling/gen/sdk/fidl/fuchsia.math/fuchsia.math/hlcpp/fuchsia/math/cpp/fidl.h

A projective transformation of a 3D cartesian space.

A transform consists of a 4x4 matrix that operates in homogeneous

coordinates. For example, a point located at (x, y, z) in the cartesian

space is transformed by `M` to a point located at (x'/w', y'/w', z'/w'),

where `(x', y', z', w') = M (x, y, z, 1)`.

Public Members

array matrix

Public Methods

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