UF_MOTION_marker_s (查看源代码)
 
定义在: uf_motion_types.h
 
也被称为:
 


Data Members

name [ MAX_ENTITY_NAME_SIZE+1 ]
char
The name of the marker. If NULL,
a default name will be created.

marker_type
UF_MOTION_marker_type_t
Type of marker. See enum definition.

attachment_tag
tag_t (tag_t类型)
The mechanism object that this marker is
attached to. User defined markers can
be attached to any mechanism object.

orientation_tag
tag_t (tag_t类型)
Orientation matrix that defines the
orientation of the marker. Use
UF_CSYS_create_matrix for creation of
this object.

origin_tag
tag_t (tag_t类型)
Smart point that defines the origin
of the marker. Note that this object
is currently not saved in the database
with the marker, it is included here
for future enhancement. However, it
is used to extract the coordinates in
lieu of the user manually supplying or
determining the coordinates of the marker.

location [ 3 ]
double
Coordinates that define the location of
the marker.