matrix44Type

<h:div class="summary">A 4x4 transformation matrix</h:div>
<h:div class="description">This is the base for extending the transform3 element.</h:div>

Simple Type Information

Used By

Element transform3

Source

<xsd:simpleType name="matrix44Type" id="st.matrix44Type">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">A 4x4 transformation matrix</h:div>
      <h:div class="description">This is the base for extending the transform3 element.</h:div>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction>
    <xsd:simpleType>
      <xsd:list itemType="xsd:double"/>
    </xsd:simpleType>
    <xsd:length value="16"/>
  </xsd:restriction>
</xsd:simpleType>