shapes

package
v0.0.0-...-228c668 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ShapeArea

func ShapeArea(s Shape) float64

Types

type Rectangle

type Rectangle struct {
	// contains filtered or unexported fields
}

func NewRectangle

func NewRectangle(w float64, h float64) *Rectangle

func (*Rectangle) Area

func (r *Rectangle) Area() float64

type Shape

type Shape interface {
	Area() float64
}

type Triangle

type Triangle struct {
	// contains filtered or unexported fields
}

func NewTriangle

func NewTriangle(b float64, h float64) *Triangle

func (*Triangle) Area

func (t *Triangle) Area() float64

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL