Lookat class
Lookat class
The look at. The look at element contains a position and orientation transformation suitable for aiming a camera. The look at element contains three mathematical vectors within it that describe:
- The position of the object;
- The position of the interest point;
- The direction that points up.
Inheritance: Lookat
→
ColladaElement
The Lookat type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of Lookat |
Properties
Property | Description |
---|---|
sid | Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element.Optional attribute. |
text | Gets or sets the look at value as text float3x3. |
See Also
- module
aspose.cad.fileformats.collada.fileparser.elements
- class
ColladaElement
- class
Lookat