pp ~master (2018-05-25T20:29:15Z)
Dub
Repo
Matrix
polyplex
math
matrix
struct
Matrix (
int
Dimensions
) {
float
[
Dimensions
][
Dimensions
]
data
;
inout
(
float
)*
ptr
()
;
}
Members
Functions
ptr
inout
(
float
)*
ptr
()
Returns a pointer to the data container of this vector
Meta
Source
See Implementation
polyplex
math
matrix
structs
Matrix