Rotates the model view about a point, by an angle in the specified direction.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub RotateAboutAxis( _
ByVal Angle As Double, _
ByVal Ptx As Double, _
ByVal Pty As Double, _
ByVal Ptz As Double, _
ByVal AxisVecX As Double, _
ByVal AxisVecY As Double, _
ByVal AxisVecZ As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelView
Dim Angle As Double
Dim Ptx As Double
Dim Pty As Double
Dim Ptz As Double
Dim AxisVecX As Double
Dim AxisVecY As Double
Dim AxisVecZ As Double
instance.RotateAboutAxis(Angle, Ptx, Pty, Ptz, AxisVecX, AxisVecY, AxisVecZ)
|
Parameters
- Angle
- Angle of rotation
- Ptx
- Center of rotation
- Pty
- Center of rotation
- Ptz
- Center of rotation
- AxisVecX
- Direction of axis of rotation
- AxisVecY
- Direction of axis of rotation
- AxisVecZ
- Direction of axis of rotation
See Also