GodotSharpAPI
GodotSharpAPI
Godot
Plane Structure
Plane Constructor
Plane Constructor (Vector3, Single)
Plane Constructor (Vector3, Vector3, Vector3)
Plane Constructor (Single, Single, Single, Single)
Plane Constructor (Vector3, Vector3, Vector3)
Constructs a plane from the three points, given in clockwise order.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
Copy
public
Plane
(
Vector3
v1
,
Vector3
v2
,
Vector3
v3
)
Parameters
v1
Type:
Godot
Vector3
The first point.
v2
Type:
Godot
Vector3
The second point.
v3
Type:
Godot
Vector3
The third point.
See Also
Reference
Plane Structure
Plane Overload
Godot Namespace