BallPivoting(Single(), Byte(), Double) Constructor

Point array, color array and ball radius constructor.
Public Sub New( _ 
ByVal pointArray As Single(), _ 
ByVal rgbArray As Byte(), _ 
ByVal radius As Double
)
This language is not supported or no code example is available.
public BallPivoting( 
float[] pointArray
byte[] rgbArray
double radius 
)
This language is not supported or no code example is available.

Parameters

pointArray
float[]

The point array to triangulate, defined as XYZ tuples.

rgbArray
byte[]

The color array used for colored meshes, defined as RGB tuples.

radius
double

The radius of the ball used for pivoting.

.NET Framework

Supported in: 4.8

In this article

Definition