Share via


ITriangulator Interface

Definition

Very simple interface for triangulator, to avoid building complex dependencies.

public interface ITriangulator
type ITriangulator = interface
Public Interface ITriangulator
Derived

Methods

Add(Vector3[])

Add vertices.

Clear()

Clear out all vertices added so far.

Find(Vector3)

Find the interpolant for the given query position.

SetBounds(Vector3, Vector3)

Set the bounds of vertices to be triangulated. All vertices entered in Add() should be inside the quad formed by these bounds.

Applies to