Plane(Vector3, Vector3, Vector3) Constructor |
Initializes a new instance of the
Plane class
Namespace: Internal.Net3dBoolAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Plane(
Vector3 point0,
Vector3 point1,
Vector3 point2
)
Parameters
- point0 Vector3
-
- point1 Vector3
-
- point2 Vector3
-
See Also