Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:Minor

698 % minor axis unit vectors, and their magnitude.  This allows us to
708 % By generating major and minor axis vectors, we can actually use the
710 % sampled point into distances along the major and minor axis unit
732 * and computes from it the major and minor axis vectors [major_x,
750 * minor_mag is the half-length of the minor axis of the "new"
758 * minor_unit_x is the x-coordinate of the minor axis direction vector.
760 * minor_unit_y is the y-coordinate of the minor axis direction vector.
786 * the singular values are not clamped; for example, the minor axis
806 * values in order to get the minor and major ellipse axis vectors.
876 * The idea of clamping up the EWA ellipse's major and minor axes so
973 * Return the unit major and minor axis direction vectors.
1075 As such we need to clamp the major/minor axis to a minumum of 1.0
1138 { double alpha, beta, gamma, Major, Minor;
1149 Minor = sqrt(2*F/(alpha + gamma));
1151 (void) FormatLocaleFile(stderr, "# Major=%lf; Minor=%lf\n", Major, Minor );
1154 Eccentricity = Major/Minor;
1155 Ellipse_Area = MagickPI*Major*Minor;