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