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

Method Matrix3D

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

Source from the content-addressed store, hash-verified

18
19
20Matrix3D::Matrix3D(float n00, float n01, float n02, float n10, float n11, float n12, float n20, float n21, float n22) : Mat3D<TypeMatrix3D>(n00, n01, n02, n10, n11, n12, n20, n21, n22)
21{
22}
23
24Matrix3D::Matrix3D(const Vector3D& a, const Vector3D& b, const Vector3D& c)
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected