geometry1370

package
v0.11.6 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterShape

func RegisterShape(s Shape, id int)

Types

type Rectangle

type Rectangle struct {
	Width, Height float64
	// contains filtered or unexported fields
}

func NewRectangle

func NewRectangle(width, height float64) *Rectangle

func (*Rectangle) Area

func (r *Rectangle) Area() float64

func (*Rectangle) GetID

func (r *Rectangle) GetID() int

type Shape

type Shape interface {
	Area() float64
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

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