Rotation(Double, Vector3D) Constructor

Angle and axis constructor.
Public Sub New( _ 
ByVal angleInRadians As Double, _ 
ByVal axis As Vector3D
)
This language is not supported or no code example is available.
public Rotation( 
double angleInRadians
Vector3D axis 
)
This language is not supported or no code example is available.

Parameters

angleInRadians
double

Angle in radians

axis
Vector3D

Rotation axis passign through origin

.NET Framework

Supported in: 4.8

In this article

Definition