step property

(int, int, int) get step

Implementation

(int, int, int) get step {
  final ms = ccore.Mat_Step(ref);
  return (ms.p[0], ms.p[1], ms.p[2]);
}