Rotation(Double, Vector3D, Point3D) Constructor

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

Parameters

angleInRadians
double

Angle in radians

axis
Vector3D

Rotation axis

center
Point3D

Center point

.NET Framework

Supported in: 4.8

In this article

Definition