Click or drag to resize

BasisIsEqualApprox Method

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

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

Parameters

other
Type: GodotBasis
The other basis to compare.

Return Value

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