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

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

radii
double[]

The array of ball radii used for pivoting.

.NET Framework

Supported in: 4.8

In this article

Definition