Programming Reference for VirtualLab Fusion  2025.1
Loading...
Searching...
No Matches
IOrientationDefinition Interface Reference

This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Interface to be implemented by all classes that describe a rotation definition More...

Inheritance diagram for IOrientationDefinition:

Public Member Functions

Matrix3x3D CorrespondingRotationMatrix ()
 Gets the rotation matrix corresponding to this rotation sequence.
 

Properties

OrientationDefinitionType DefinitionType [get]
 Gets the OrientationDefinitionType associated with the current implementation of IOrientationDefinition.
 
List< SimpleRotationListOfRotations [get]
 Gets a list of simple rotations, describing the complete rotation as a sequence.
 

Detailed Description

This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Interface to be implemented by all classes that describe a rotation definition

Member Function Documentation

◆ CorrespondingRotationMatrix()

Matrix3x3D CorrespondingRotationMatrix ( )

Gets the rotation matrix corresponding to this rotation sequence.

Returns
Rotation matrix corresponding to this rotation sequence.