Rotation(Double, Point3D, Point3D) Constructor

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

Parameters

angleInRadians
double

Angle in radians

axisStart
Point3D

Axis start point

axisEnd
Point3D

Axis end point

.NET Framework

Supported in: 4.8

In this article

Definition