Structure for storing Ellipse parameters. More...
#include <xmmGaussianDistribution.hpp>
Public Attributes | |
| float | x |
| x center position More... | |
| float | y |
| y center position More... | |
| float | width |
| width: minor axis length More... | |
| float | height |
| height: major axis length More... | |
| float | angle |
| angle (radians) More... | |
Structure for storing Ellipse parameters.
| float xmm::Ellipse::angle |
angle (radians)
| float xmm::Ellipse::height |
height: major axis length
| float xmm::Ellipse::width |
width: minor axis length
| float xmm::Ellipse::x |
x center position
| float xmm::Ellipse::y |
y center position