Flutter Impeller
ImpellerMatrix Struct Reference

#include <impeller.h>

Public Attributes

float m [16]
 

Detailed Description

A 4x4 transformation matrix using column-major storage.

| m[0] m[4] m[8] m[12] |
| m[1] m[5] m[9] m[13] |
| m[2] m[6] m[10] m[14] |
| m[3] m[7] m[11] m[15] |
float m[16]
Definition: impeller.h:540

Definition at line 539 of file impeller.h.

Member Data Documentation

◆ m

float ImpellerMatrix::m[16]

The documentation for this struct was generated from the following file: