operations

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2023 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PtsNbDef  = 5 // Nombre de points de lissage maximal par defaut
	DegreeDef = 2 // Degré maximal du polynome de lissage par defaut (>= 1 && <= (PtsNbDef - 1) / 2 * 2)

)

Variables

This section is empty.

Functions

This section is empty.

Types

type Dot

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

func (*Dot) SetXY

func (d *Dot) SetXY(x, y float64)

func (Dot) X

func (d Dot) X() float64

func (Dot) Y

func (d Dot) Y() float64

type Dots

type Dots []Dot

func Derive

func Derive(p Dots, ptsNb, degree int) (dp Dots)

Jump to

Keyboard shortcuts

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