Operators |
deserialize_hom_mat2d — Deserialize a serialized homogeneous 2D transformation matrix.
deserialize_hom_mat2d( : : SerializedItemHandle : HomMat2D)
deserialize_hom_mat2d deserializes a homogeneous 2D transformation matrix, that was serialized by serialize_hom_mat2d (see fwrite_serialized_item for an introduction of the basic principle of serialization). The serialized transformation matrix is defined by the handle SerializedItemHandle. The deserialized values are stored in an automatically created transformation matrix with the handle HomMat2D.
Handle of the serialized item.
Transformation matrix.
If the parameters are valid, the operator deserialize_hom_mat2d returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
fread_serialized_item, receive_serialized_item, serialize_hom_mat2d
Foundation
Operators |