Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BinomialCoefficient ¶
Types ¶
type Bezier ¶
type Bezier struct { ApproxLength float64 // contains filtered or unexported fields }
func (Bezier) GetEndAngle ¶
func (Bezier) GetStartAngle ¶
type Catmull ¶
type Catmull struct { ApproxLength float64 // contains filtered or unexported fields }
func NewCatmull ¶
func (Catmull) GetEndAngle ¶
func (Catmull) GetStartAngle ¶
type CirArc ¶
type CirArc struct { Unstable bool // contains filtered or unexported fields }
func (CirArc) GetEndAngle ¶
func (CirArc) GetStartAngle ¶
type Linear ¶
type Linear struct {
// contains filtered or unexported fields
}
func (Linear) GetEndAngle ¶
func (Linear) GetStartAngle ¶
Click to show internal directories.
Click to hide internal directories.