Idris2Doc : Data.NumIdr.Transform.Affine

Data.NumIdr.Transform.Affine

(source)

Definitions

Affine : Nat->Type->Type
  An affine transform can contain any invertible affine map.

Totality: total
Visibility: public export
isAffine : FieldCmpa=>HMatrix'na->Bool
  Determine if a homogeneous matrix represents an affine transform
(i.e. is invertible).

Totality: total
Visibility: export
fromHMatrix : FieldCmpa=>HMatrix'na->Maybe (Affinena)
  Try to construct an affine transform from a homogeneous matrix.

Totality: total
Visibility: export