DocumentUnitsMatrixSetToRotation Method |
Sets this matrix to the matrix of rotation by the specified angle, through the specified origin, around the specified axis.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax Public Sub SetToRotation (
angle As Double,
axis As DocumentUnitsVector,
centerPoint As DocumentUnitsPoint
)
public void SetToRotation(
double angle,
DocumentUnitsVector axis,
DocumentUnitsPoint centerPoint
)
Parameters
- angle
- Type: SystemDouble
Input Double that specifies the angle of rotation in document units. - axis
- Type: Autodesk.iLogic.TypesDocumentUnitsVector
Input Vector object. - centerPoint
- Type: Autodesk.iLogic.TypesDocumentUnitsPoint
Input Point object that specifies the origin.
See Also