Vector3.IsEqualApprox Method |
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntaxpublic bool IsEqualApprox(
Vector3 other
)
Parameters
- other
- Type: Godot.Vector3
The other vector to compare.
Return Value
Type:
BooleanWhether or not the vectors are approximately equal.
See Also