[This is preliminary documentation and is subject to change.]

Split this triangle using a second triangle as the potential split plane

Namespace:  IcarusSceneEngine
Assembly:  IcarusSceneEngine (in IcarusSceneEngine)
Version: 1.0.0.0

Syntax

C#
public SplitState SplitTriangle(
	Triangle PlaneTriangle,
	List<Triangle> OutputFront,
	List<Triangle> OutputBack
)

Parameters

PlaneTriangle
Type: IcarusSceneEngine..::.Triangle
Triangle to use as splitter plane
OutputFront
Type: System.Collections.Generic..::.List<(Of <(Triangle>)>)

[Missing <param> documentation for "OutputFront"]

OutputBack
Type: System.Collections.Generic..::.List<(Of <(Triangle>)>)

[Missing <param> documentation for "OutputBack"]

Return Value

Type of split

See Also