Module type Gg.P
Implemented by all point types.
val dim : intdimis the dimension of points of typet.
type mhThe type for matrices representing linear transformations of homogenous
dimspace.
Constructors, accessors and constants
val o : tois the point whose coordinates are all zero.
Functions
val tr : mh -> t -> ttr m pis the affine transform in homogenousdimspace of the pointpbym.Note. Since
mis supposed to be affine the function ignores the last row ofm.pis treated as a finite point (its last coordinate in homogenous space is 1).