Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Triangulation Namespace / MarchingCubes Class / ComputeCoords Method

In This Topic
    ComputeCoords Method (MarchingCubes)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub ComputeCoords( _
       ByVal column As Integer, _
       ByVal row As Integer, _
       ByVal z As Integer, _
       ByVal coords(,) As Double _
    ) 
    protected virtual void ComputeCoords( 
       int column,
       int row,
       int z,
       double[,] coords
    )

    Parameters

    column
    row
    z
    coords
    See Also