Click or drag to resize

TriangleF(Vector3F, Vector3F, Vector3F) Constructor

Constructs a triangle with the given A, B and C components.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public TriangleF(
	Vector3F a,
	Vector3F b,
	Vector3F c
)

Parameters

a  Vector3F
The A component of the triangle.
b  Vector3F
The B component of the triangle.
c  Vector3F
The C component of the triangle.
See Also