Click or drag to resize

Cone(Vector3, Vector3, Radian) 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 Cone(
	Vector3 origin,
	Vector3 axis,
	Radian angle
)

Parameters

origin  Vector3
The origin.
axis  Vector3
The axis.
angle  Radian
The angle.
See Also