chore: Remark linter run
This commit is contained in:
parent
b6dab9f8fa
commit
e6f1189017
164 changed files with 395 additions and 395 deletions
|
@ -15,7 +15,7 @@ array | false utils.beamIntersectsCircle(
|
|||
Finds the intersection between an endless line through points `point1` and `point2`
|
||||
and a circle with its center at point `center` and a radius of `radius` mm.
|
||||
|
||||
The 5th and last parameter controls the *sorting* of the found intersections.
|
||||
The 5th and last parameter controls the _sorting_ of the found intersections.
|
||||
This will (almost) always return 2 intersections, and you can choose how
|
||||
they are ordered in the returned array:
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ array | false utils.circlesIntersect(
|
|||
|
||||
Finds the intersections between two circles described by their center point and radius.
|
||||
|
||||
The 5th and last parameter controls the *sorting* of the found intersections.
|
||||
The 5th and last parameter controls the _sorting_ of the found intersections.
|
||||
When this returns 2 intersections, you can choose how they are ordered in the returned array:
|
||||
|
||||
Set sort to:
|
||||
|
|
|
@ -15,7 +15,7 @@ array | false utils.lineIntersectsCircle(
|
|||
Finds the intersection between a line segment from point `from` to point `to`
|
||||
and a circle with its center at point `center` and a radius of `radius` mm.
|
||||
|
||||
The 5th and last parameter controls the *sorting* of the found intersections.
|
||||
The 5th and last parameter controls the _sorting_ of the found intersections.
|
||||
When this returns 2 intersections, you can choose how they are ordered in the returned array:
|
||||
|
||||
Set sort to:
|
||||
|
|
|
@ -8,7 +8,7 @@ float utils.stretchToScale(float stretch)
|
|||
|
||||
The way people measure stretch intuitively is different from the way we handle stretch in code.
|
||||
|
||||
When people say *25% stretch* they mean that 10cm fabric gets stretched to 12.5cm fabric.
|
||||
When people say _25% stretch_ they mean that 10cm fabric gets stretched to 12.5cm fabric.
|
||||
In code and on our patterns, that means we need to scale things by 80%.
|
||||
|
||||
This method does that by returning:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue