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