MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / Matrix4D

Method Matrix4D

TSMatrix4D.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20Matrix4D::Matrix4D(float n00, float n01, float n02, float n03, float n10, float n11, float n12, float n13, float n20, float n21, float n22, float n23, float n30, float n31, float n32, float n33) : Mat4D<TypeMatrix4D>(n00, n01, n02, n03, n10, n11, n12, n13, n20, n21, n22, n23, n30, n31, n32, n33)
21{
22}
23
24Matrix4D::Matrix4D(const Vector4D& a, const Vector4D& b, const Vector4D& c, const Vector4D& d)
25{

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected