| Both sides previous revision Previous revision | |||
|
hpl3:community:scripting:classes:cmatrixf [2016/07/30 20:53] abion47 [cMatrixf] |
hpl3:community:scripting:classes:cmatrixf [2017/10/22 23:50] (current) abion47 [Constructors] |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| |cMatrixf() |Creates a matrix with default values. | | |cMatrixf() |Creates a matrix with default values. | | ||
| |cMatrixf(cVector4f, cVector4f, cVector4f, cVector4f) |Creates a matrix using the given vectors as column data. | | |cMatrixf(cVector4f, cVector4f, cVector4f, cVector4f) |Creates a matrix using the given vectors as column data. | | ||
| - | |cMatrixf(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) |Creates a matrix using the given values as cell data. **(Warning: This constructor is bugged.)** | | + | |cMatrixf(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) |Creates a matrix using the given values as cell data. | |
| + | |||
| + | \\ | ||
| ==== Fields ==== | ==== Fields ==== | ||