- Mat
alias Mat(uint aantal = 3, Soort = nauwkeurigheid) = Mat!(aantal, aantal, Soort)
Undocumented in source.
- Vec
alias Vec(uint grootte = 3, Soort = nauwkeurigheid) = Mat!(grootte, 1, Soort)
Undocumented in source.
- nauwkeurigheid
alias nauwkeurigheid = double
Undocumented in source.
- nauwkeurigheid
alias nauwkeurigheid = float
Undocumented in source.