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