IntelliCAD 11.1 Object Library
CreateRotationMatrix Method
See Also 
Angle
The angle in radians.
AxisEnd
A Point object representing the end point of the axis.
AxisStart
A Point object representing the start point of the axis.
Library Object : CreateRotationMatrix Method

Description

Returns a matrix equivalent to a rotation of angle radians about an axis specified by two points.

Syntax

Visual Basic
Public Function CreateRotationMatrix( _
   ByVal Angle As Double, _
   ByVal AxisEnd As Point, _
   Optional ByVal AxisStart As Point = 0 _
) As Matrix

Parameters

Angle
The angle in radians.
AxisEnd
A Point object representing the end point of the axis.
AxisStart
A Point object representing the start point of the axis.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.