Plane.Rotate (Double, Vector3D, Point3D) Method

Rotates this plane.
Public Sub Rotate( _ 
ByVal angleInRadians As Double, _ 
ByVal axis As Vector3D, _ 
ByVal center As Point3D
)
This language is not supported or no code example is available.
public void Rotate( 
double angleInRadians
Vector3D axis
Point3D center 
)
This language is not supported or no code example is available.

Parameters

angleInRadians
double

Rotation angle

axis
Vector3D

Rotation axis

center
Point3D

Rotation center

.NET Framework

Supported in: 4.8

In this article

Definition