copyIntoCompact abstract method

void copyIntoCompact(
  1. List<double> storage, [
  2. int offset = 0
])

Copy this affine into the compact format, as described in Affine.fromCompact.

Implementation

void copyIntoCompact(List<double> storage, [int offset = 0]);