Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading