Approximately
(
a
, b
, epsilon
)
|
Are two points within Vector3.kEpsilon distance of each other.
Signature
static bool Oculus.Interaction.VectorExtensions.Approximately(this Vector3 a, Vector3 b, float epsilon=Vector3.kEpsilon) Parameters a: this Vector3b: Vector3epsilon: floatReturns bool |