GEntity.Rotate (Double, Vector3D) Method

Rotates the entity around an arbitray axis by the specified angle.
Public Sub Rotate( _ 
ByVal angleInRadians As Double, _ 
ByVal axis As Vector3D
)
This language is not supported or no code example is available.
public void Rotate( 
double angleInRadians
Vector3D axis 
)
This language is not supported or no code example is available.

Parameters

angleInRadians
double

The angle in radians

axis
Vector3D

The rotation axis

.NET Framework

Supported in: 4.7.2

In this article

Definition