Transformation.Rotation (Double, Point3D, Point3D) Method

Creates a new transformation of rotation.
Public Sub Rotation( _ 
ByVal angleInRadians As Double, _ 
ByVal axisStart As Point3D, _ 
ByVal axisEnd As Point3D
)
This language is not supported or no code example is available.
public void 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