Method | Description | |
---|---|---|
Ellipse ( MCvBox2D box2d ) : System |
Create an ellipse from the specific MCvBox2D
|
|
Ellipse ( |
Create an ellipse with specific parameters
|
public Ellipse ( MCvBox2D box2d ) : System | ||
box2d | MCvBox2D | The MCvBox2D representation of this ellipse |
return | System |
public Ellipse ( |
||
center | The center of the ellipse | |
size | The width and height of the ellipse | |
angle | float | The rotation angle in radian for the ellipse |
return | System |