MarchingCubes.ComputeCoords Method

Protected Overridable Sub ComputeCoords( _ 
ByVal column As Integer, _ 
ByVal row As Integer, _ 
ByVal z As Integer, _ 
ByVal coords As Double(,) _ 
)
This language is not supported or no code example is available.
protected virtual void ComputeCoords( 
int column
int row
int z
double[,] coords 
)
This language is not supported or no code example is available.

Parameters

column
int

row
int

z
int

coords
double[,]

.NET Framework

Supported in: 4.8

In this article

Definition