Cone(Vector3, Vector3, Radian) Constructor |
Constructs a cone with the given origin, axis and angle.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Cone(
Vector3 origin,
Vector3 axis,
Radian angle
)
Parameters
- origin Vector3
- The origin.
- axis Vector3
- The axis.
- angle Radian
- The angle.
See Also