Documentation ¶ Index ¶ func New() vp type View Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New() vp New returns a vp. It's the only public way to get a viewport. By default it returns a default view that includes the classic picture most associate with the Mandelbrot set Types ¶ type View ¶ type View interface { Points() []complex128 Rect() image.Rectangle } Source Files ¶ View all Source files viewport.go Click to show internal directories. Click to hide internal directories.