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