Skip to content

Instantly share code, notes, and snippets.

@W-Net-AI
Created August 12, 2014 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save W-Net-AI/0def8154533179244679 to your computer and use it in GitHub Desktop.
Save W-Net-AI/0def8154533179244679 to your computer and use it in GitHub Desktop.
Point* cv_Rect_set_tl(Rect* self, Point* val) {
&self = new Rect(val->x, val->y, self->width, self->height);
return val;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment