BallPivoting(FastPointCloud, Double) Constructor

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

Parameters

fpc
FastPointCloud

The point cloud to be triangulated.

radius
double

The radius of the ball used for pivoting.

.NET Framework

Supported in: 4.8

In this article

Definition