Click or drag to resize

Triangle(Vector3, Vector3, Vector3) 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 Triangle(
	Vector3 a,
	Vector3 b,
	Vector3 c
)

Parameters

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