Line(Vector3, Vector3) Constructor |
Constructor for a ray
Namespace: Internal.Net3dBoolAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Line(
Vector3 direction,
Vector3 point
)
Parameters
- direction Vector3
- direction ray
- point Vector3
- beginning of the ray
See Also