Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:Major

697 % ClampUpAxes() function converts the input vectors into a major and
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,
747 * major_mag is the half-length of the major axis of the "new"
753 * major_unit_x is the x-coordinate of the major axis direction vector
756 * major_unit_y is the y-coordinate of the major axis direction vector.
788 * counterclockwise from the direction of the major axis vector.
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;
1146 Major=MagickMaximumValue;
1148 Major=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;