@@ -33,11 +33,11 @@ /** * @brief A 2D array of the 4x4 floats of the matrix in row-major format. * * These may be modified directly. */ -@property (readonly, nonatomic) float (*values)[4][4]; +@property (readonly, nonatomic) float (*values)[4]; /** * @brief Returns the 4x4 identity matrix. */ + (OFMatrix4x4 *)identityMatrix;