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