PlaneIsEqualApprox Method |
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public bool IsEqualApprox(
Plane other
)
Parameters
- other
- Type: GodotPlane
The other plane to compare.
Return Value
Type:
BooleanWhether or not the planes are approximately equal.
See Also