ConeF(Vector3F, Vector3F, RadianF) 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 ConeF(
Vector3F origin,
Vector3F axis,
RadianF angle
)
Parameters
- origin Vector3F
- The origin.
- axis Vector3F
- The axis.
- angle RadianF
- The angle.
See Also