Click or drag to resize
TriangleInfo Constructor
Create the info to create a triangle body.

Namespace:  GeonBit.ECS.Components.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public TriangleInfo(
	Vector3 p1,
	Vector3 p2,
	Vector3 p3
)

Parameters

p1
Type: Vector3
Triangle point 1.
p2
Type: Vector3
Triangle point 2.
p3
Type: Vector3
Triangle point 3.
See Also