CRaPI - Correct Robust and Perfect API | |
Matrix Constructor
Constructs a matrix with given size
public Matrix(
int pWidth,
int pHeight);
Parameters
- pWidth
- The width of the matrix
- pHeight
- The height of the matrix
See Also
Matrix Class | TeamYaffa.CRaPI.Utility Namespace