File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public extension Measurements {
4040}
4141
4242public extension Measurements2D {
43- /// The total area of the 2D geometry.
43+ /// The total area of the 2D geometry, in square millimeters (mm²) .
4444 var area : Double { concrete. sum ( \. area) }
4545
4646 /// The number of contours (closed paths) in the geometry.
@@ -54,10 +54,10 @@ public extension Measurements2D {
5454}
5555
5656public extension Measurements3D {
57- /// The total surface area of the 3D geometry.
57+ /// The total surface area of the 3D geometry, in square millimeters (mm²) .
5858 var surfaceArea : Double { concrete. sum ( \. surfaceArea) }
5959
60- /// The total volume enclosed by the 3D geometry.
60+ /// The total volume enclosed by the 3D geometry, in cubic millimeters (mm³) .
6161 var volume : Double { concrete. sum ( \. volume) }
6262
6363 /// The total number of edges in the geometry.
You can’t perform that action at this time.
0 commit comments