BallPivoting(PointCloud, Double) Constructor

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

Parameters

pc
PointCloud

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