Creates a new triangle.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public XMaterialSprite AddTriangle(
	Vector3 a,
	Vector3 b,
	Vector3 c
)

Parameters

a
Type: Vector3
The 1. vertex coordinates.
b
Type: Vector3
The 2. vertex coordinates.
c
Type: Vector3
The 3. vertex coordinates.

Return Value

Returns the newly created object.

See Also