File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en-us/reference/engine/datatypes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -988,10 +988,10 @@ methods:
988988 this `Datatype.CFrame` in both position and rotation.
989989 description : |
990990 Returns `true` if the other `Datatype.CFrame` is sufficiently close to
991- this `Datatype.CFrame` in both position and rotation. The `eps ` value is
992- used to control the tolerance for this similarity. This value is optional
991+ this `Datatype.CFrame` in both position and rotation. The `epsilon ` value is
992+ used to control the tolerance for this similarity; this value is optional
993993 and should be a small positive value if provided. The similarity for
994- position is component-wise, and for rotation uses a fast approximation of
994+ position is component-wise while rotation uses a fast approximation of
995995 the angle difference.
996996 parameters :
997997 - name : other
You can’t perform that action at this time.
0 commit comments