collada.geometryΒΆ

digraph inheritance87a6a58755 { rankdir=LR; size="8.0, 12.0"; "BoundGeometry" [URL="collada.geometry.BoundGeometry.html#collada.geometry.BoundGeometry",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="A geometry bound to a transform matrix and material mapping."]; "DaeObject" [URL="collada.common.DaeObject.html#collada.common.DaeObject",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="This class is the abstract interface to all collada objects."]; "Geometry" [URL="collada.geometry.Geometry.html#collada.geometry.Geometry",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="A class containing the data coming from a COLLADA <geometry> tag"]; "DaeObject" -> "Geometry" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

Contains objects for representing a geometry.

Members

collada.geometry.Geometry A class containing the data coming from a COLLADA <geometry> tag
collada.geometry.BoundGeometry A geometry bound to a transform matrix and material mapping.