Skip to content

Commit

Permalink
Merge branch 'main' into patch-5
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisRBX authored Jan 18, 2025
2 parents 9a5aefc + bba8bc6 commit eebfaed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en-us/reference/engine/datatypes/CFrame.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -988,10 +988,10 @@ methods:
this `Datatype.CFrame` in both position and rotation.
description: |
Returns `true` if the other `Datatype.CFrame` is sufficiently close to
this `Datatype.CFrame` in both position and rotation. The `eps` value is
used to control the tolerance for this similarity. This value is optional
this `Datatype.CFrame` in both position and rotation. The `epsilon` value is
used to control the tolerance for this similarity; this value is optional
and should be a small positive value if provided. The similarity for
position is component-wise, and for rotation uses a fast approximation of
position is component-wise while rotation uses a fast approximation of
the angle difference.
parameters:
- name: other
Expand Down

0 comments on commit eebfaed

Please sign in to comment.