Idris2Doc : Data.NumIdr.Transform.Isometry

Data.NumIdr.Transform.Isometry

(source)

Definitions

Isometry : Nat->Type->Type
  An isometry is an affine transformation that preserves distance between
points. It encompasses translations, rotations, and reflections.

Totality: total
Visibility: public export
isIsometry : Eqa=>Numa=>HMatrix'na->Bool
  Determine if a matrix represents an isometry.

Totality: total
Visibility: export
fromHMatrix : Eqa=>Numa=>HMatrix'na->Maybe (Isometryna)
  Try to construct an isometry from a homogeneous matrix.

Totality: total
Visibility: export