RayF(Vector3F, Vector3F) Constructor |
Initializes a new instance of the
RayF class
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic RayF(
Vector3F origin,
Vector3F direction
)
Parameters
- origin Vector3F
-
- direction Vector3F
-
See Also