BallPivoting(FastPointCloud, Double()) Constructor

Fast point cloud and ball radius array constructor.
Public Sub New( _ 
ByVal fpc As FastPointCloud, _ 
ByVal radii As Double() _ 
)
This language is not supported or no code example is available.
public BallPivoting( 
FastPointCloud fpc
double[] radii 
)
This language is not supported or no code example is available.

Parameters

fpc
FastPointCloud

The point cloud to be triangulated

radii
double[]

The array of ball radii used for pivoting

.NET Framework

Supported in: 4.8

In this article

Definition