points property
VecPoint2f
get
points
Implementation
VecPoint2f get points {
final pts = calloc<cvg.VecPoint2f>();
cvRun(() => cffi.RotatedRect_Points(ptr.ref, pts));
return VecPoint2f.fromPointer(pts);
}