-
Notifications
You must be signed in to change notification settings - Fork 1
motion
hubendubler edited this page Sep 24, 2018
·
1 revision
The motion
element describes motion in any given frame. It contains a from
and a to
element that each contain a location in the frame. The motion
element typically resides inside a quantitative item.
element motion {
element from { text },
element to { text }
}
<quantstmt>
<quantitem type="motion">
<motion>
<from>r</from>
<to>l</to>
</motion>
</quantitem>
</quantstmt>
FEI documentation - First draft 09/2018