Documentation
¶
Index ¶
- type Affine2D
- func (a Affine2D) Elems() (sx, hx, ox, hy, sy, oy float32)
- func (a Affine2D) Invert() Affine2D
- func (A Affine2D) Mul(B Affine2D) (r Affine2D)
- func (a Affine2D) Offset(offset Point) Affine2D
- func (a Affine2D) Rotate(origin Point, radians float32) Affine2D
- func (a Affine2D) Scale(origin, factor Point) Affine2D
- func (a Affine2D) Shear(origin Point, radiansX, radiansY float32) Affine2D
- func (a Affine2D) Split() (srs Affine2D, offset Point)
- func (a Affine2D) String() string
- func (a Affine2D) Transform(p Point) Point
- type Point
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Affine2D ¶
type Affine2D struct {
// contains filtered or unexported fields
}
func NewAffine2D ¶
Click to show internal directories.
Click to hide internal directories.