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.
1 parent cb1ad71 commit 5066c8aCopy full SHA for 5066c8a
docs/src/primitives.md
@@ -13,6 +13,7 @@ A `Rect{D, T} = HyperRectangle{D, T}` is a D-dimensional axis-aligned
13
hyperrectangle defined by an origin and a size.
14
15
```@repl rects
16
+using GeometryBasics
17
r1 = HyperRectangle{4, Float64}(Point{4, Float64}(0), Vec{4, Float64}(1))
18
r2 = Rect3f(Point3f(-1), Vec3f(2))
19
r3 = Rect2i(0, 0, 1, 1)
0 commit comments