Skip to content

Commit 7409824

Browse files
committed
Convert all lengths to mm for engine calls
Signed-off-by: Nick Cameron <[email protected]>
1 parent 6288ab5 commit 7409824

File tree

294 files changed

+7029
-16345
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

294 files changed

+7029
-16345
lines changed

Diff for: docs/kcl/fromCm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: manual
88

99
Converts a number from centimeters to the current default unit.
1010

11-
*DEPRECATED* prefer using explicit numberic suffixes (e.g., `42cm`) or the `to...` conversion functions.
11+
*DEPRECATED* prefer using explicit numeric suffixes (e.g., `42cm`) or the `to...` conversion functions.
1212

1313
No matter what units the current file uses, this function will always return a number equivalent to the input in centimeters.
1414

Diff for: docs/kcl/fromFt.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: manual
88

99
Converts a number from feet to the current default unit.
1010

11-
*DEPRECATED* prefer using explicit numberic suffixes (e.g., `42ft`) or the `to...` conversion functions.
11+
*DEPRECATED* prefer using explicit numeric suffixes (e.g., `42ft`) or the `to...` conversion functions.
1212

1313
No matter what units the current file uses, this function will always return a number equivalent to the input in feet.
1414

Diff for: docs/kcl/fromInches.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: manual
88

99
Converts a number from inches to the current default unit.
1010

11-
*DEPRECATED* prefer using explicit numberic suffixes (e.g., `42inch`) or the `to...` conversion functions.
11+
*DEPRECATED* prefer using explicit numeric suffixes (e.g., `42inch`) or the `to...` conversion functions.
1212

1313
No matter what units the current file uses, this function will always return a number equivalent to the input in inches.
1414

Diff for: docs/kcl/fromM.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: manual
88

99
Converts a number from meters to the current default unit.
1010

11-
*DEPRECATED* prefer using explicit numberic suffixes (e.g., `42m`) or the `to...` conversion functions.
11+
*DEPRECATED* prefer using explicit numeric suffixes (e.g., `42m`) or the `to...` conversion functions.
1212

1313
No matter what units the current file uses, this function will always return a number equivalent to the input in meters.
1414

Diff for: docs/kcl/fromMm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: manual
88

99
Converts a number from mm to the current default unit.
1010

11-
*DEPRECATED* prefer using explicit numberic suffixes (e.g., `42mm`) or the `to...` conversion functions.
11+
*DEPRECATED* prefer using explicit numeric suffixes (e.g., `42mm`) or the `to...` conversion functions.
1212

1313
No matter what units the current file uses, this function will always return a number equivalent to the input in millimeters.
1414

Diff for: docs/kcl/fromYd.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: manual
88

99
Converts a number from yards to the current default unit.
1010

11-
*DEPRECATED* prefer using explicit numberic suffixes (e.g., `42yd`) or the `to...` conversion functions.
11+
*DEPRECATED* prefer using explicit numeric suffixes (e.g., `42yd`) or the `to...` conversion functions.
1212

1313
No matter what units the current file uses, this function will always return a number equivalent to the input in yards.
1414

0 commit comments

Comments
 (0)