Mat

Undocumented in source.
  1. alias Mat(uint aantal = 3, Soort = nauwkeurigheid) = Mat!(aantal, aantal, Soort)
  2. struct Mat(uint rij_aantal, uint kolom_aantal, Soort = nauwkeurigheid)

Members

Aliases

MatSoort
alias MatSoort = Mat!(rij_aantal, kolom_aantal, Soort)
Undocumented in source.

Functions

elk
auto elk(S1 function(S2 onderdeel) functie)
Undocumented in source. Be warned that the author may not have intended to support it.
elk
void elk(void function(S onderdeel) functie)
Undocumented in source. Be warned that the author may not have intended to support it.
elk
auto elk(S1 delegate(S2 onderdeel) functie)
Undocumented in source. Be warned that the author may not have intended to support it.
elk
void elk(void delegate(S onderdeel) functie)
Undocumented in source. Be warned that the author may not have intended to support it.
gekantelde
auto gekantelde()
Undocumented in source. Be warned that the author may not have intended to support it.
inp
auto inp(R rechts)
Undocumented in source. Be warned that the author may not have intended to support it.
isOngeveer
bool isOngeveer(MatSoort ander, nauwkeurigheid delta)
Undocumented in source. Be warned that the author may not have intended to support it.
lengte
auto lengte()
Undocumented in source. Be warned that the author may not have intended to support it.
maal
auto maal(T[K][kolom_aantal] rechts)
Undocumented in source. Be warned that the author may not have intended to support it.
maal
auto maal(T[kolom_aantal] rechts)
Undocumented in source. Be warned that the author may not have intended to support it.
normaliseer
auto normaliseer()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(T rechts)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(T rechts)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(T rechts)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
M opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(R ander)
Undocumented in source. Be warned that the author may not have intended to support it.
som
auto som()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(bool mooi)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(void delegate(const(char)[]) sink, FormatSpec!char fmt)
Undocumented in source. Be warned that the author may not have intended to support it.
uitp
auto uitp(R rechts)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

draaiMx
Mat!(4, 4, nauwkeurigheid) draaiMx(nauwkeurigheid hoek)
Undocumented in source. Be warned that the author may not have intended to support it.
draaiMy
Mat!(4, 4, nauwkeurigheid) draaiMy(nauwkeurigheid hoek)
Undocumented in source. Be warned that the author may not have intended to support it.
draaiMz
Mat!(4, 4, nauwkeurigheid) draaiMz(nauwkeurigheid hoek)
Undocumented in source. Be warned that the author may not have intended to support it.
krijgDraai
Vec!3 krijgDraai(Vec!3 richting)
Undocumented in source. Be warned that the author may not have intended to support it.
krijgRichting
Vec!3 krijgRichting(Vec!3 draai)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

identiteit
auto identiteit;
Undocumented in source.
nul
auto nul;
Undocumented in source.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

grootte
enum uint grootte;
Undocumented in source.
isMat
enum bool isMat;
Undocumented in source.
isVec
enum bool isVec;
Undocumented in source.
isVierkant
enum bool isVierkant;
Undocumented in source.

Meta