Click or drag to resize

ConeF(Vector3F, Vector3F, RadianF) Constructor

Constructs a cone with the given origin, axis and angle.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ConeF(
	Vector3F origin,
	Vector3F axis,
	RadianF angle
)

Parameters

origin  Vector3F
The origin.
axis  Vector3F
The axis.
angle  RadianF
The angle.
See Also