Click or drag to resize

PlaneIsEqualApprox Method

Returns true if this plane and `other` are approximately equal, by running IsEqualApprox(Single, Single) on each component.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsEqualApprox(
	Plane other
)

Parameters

other
Type: GodotPlane
The other plane to compare.

Return Value

Type: Boolean
Whether or not the planes are approximately equal.
See Also