Click or drag to resize
CollisionTriangle Constructor
Create the collision triangle.

Namespace:  GeonBit.Core.Physics.CollisionShapes
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public CollisionTriangle(
	Vector3 p1,
	Vector3 p2,
	Vector3 p3
)

Parameters

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