UtilityEx.RotationMinimizingFrames Method

Computes a set of planes along the curve that are perpendicular to the curve and are oriented in a way that avoids abrupt changes in the directions of the X and Y axes.
Public Shared Function RotationMinimizingFrames( _ 
ByVal prevFrame As Plane, _ 
ByVal x As Point3D(), _ 
ByVal t As Vector3D() _ 
) As Plane()
This language is not supported or no code example is available.
public static Plane[] RotationMinimizingFrames( 
Plane prevFrame
Point3D[] x
Vector3D[] t 
)
This language is not supported or no code example is available.

Parameters

prevFrame
Plane

The plane at the beginning of the curve. It can be null

x
Point3D[]

The array of points along the curve where the planes will be computed

t
Vector3D[]

The array of tangents at each point

Return Value

Plane[]

The array of planes.

.NET Framework

Supported in: 4.8

In this article

Definition