We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bc7ebc + 46e3d13 commit 14d8fc6Copy full SHA for 14d8fc6
src/primitives/rectangles.jl
@@ -4,7 +4,7 @@
4
5
A `HyperRectangle` is a generalization of a rectangle into N-dimensions.
6
Formally it is the cartesian product of intervals, which is represented by the
7
-`origin` and `width` fields, whose indices correspond to each of the `N` axes.
+`origin` and `widths` fields, whose indices correspond to each of the `N` axes.
8
"""
9
struct HyperRectangle{N,T} <: GeometryPrimitive{N,T}
10
origin::Vec{N,T}
0 commit comments