Contents

MTLPackedFloat4x3

A structure that contains the top three rows of a 4x4 matrix of 32-bit floating-point values, in column-major order.

Declaration

typedef struct _MTLPackedFloat4x3 { ... } MTLPackedFloat4x3;

Overview

Metal uses the values [0,0,0,1] as the bottom row of the 4x4 matrix.

Topics

Instance Properties

See Also

Supporting types