Documentation ¶
Overview ¶
Package to handle 2D affine transformations, following GDAL affine convention
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Affine ¶
type Affine [6]float64
Affine follows the GDAL transform convention
func Translation ¶
Translation creates a translation transform from (offx, offy)
func (*Affine) Inverse ¶
Inverse creates the inverse of the affine transform. Inverse panics if it is not inversible
func (*Affine) IsInvertible ¶
IsInvertible returns true if the transformation is invertible
Click to show internal directories.
Click to hide internal directories.