values property

  1. @Array<NativeType>(9)
Array<Float> values
getter/setter pair

The values of the matrix

Implementation

@Array(9)
external Array<Float> values;