points property

VecPoint2f get points

Implementation

VecPoint2f get points {
  final pts = VecPoint2f();
  cvRun(() => ccore.cv_RotatedRect_points(ptr.ref, pts.ptr));
  return pts;
}