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