Operators |
serialize_hom_mat2d — Serialize a homogeneous 2D transformation matrix.
serialize_hom_mat2d( : : HomMat2D : SerializedItemHandle)
serialize_hom_mat2d serializes the data of a homogeneous 2D transformation matrix (see fwrite_serialized_item for an introduction of the basic principle of serialization). The transformation matrix is defined by the handle HomMat2D. The serialized transformation matrix is returned by the handle SerializedItemHandle and can be deserialized by deserialize_hom_mat2d.
Transformation matrix.
Handle of the serialized item.
If the parameters are valid, the operator serialize_hom_mat2d returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
fwrite_serialized_item, send_serialized_item, deserialize_hom_mat2d
Foundation
Operators |