Searched defs:normalized (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/2geom/
H A Dpoint.h122 Point normalized() const { function in class:Geom::Point
H A Dline.h106 Point start = c * n.normalized();
130 * The retrieved vector is normalized to unit length. */
132 /** @brief Get the line's normalized direction vector.
133 * The retrieved vector is normalized to unit length. */
134 Point versor() const { return (_final - _initial).normalized(); }
214 Line normalized() const { function in class:Geom::Line
320 return rot90(vector()).normalized();
/inkscape/src/
H A Dgradient-chemistry.cpp97 /* If we are already normalized vector, just return */
1389 * gr has to be a normalized vector.
1439 SPGradient *normalized = sp_gradient_fork_private_if_necessary(current, gr, type, item); local
1441 g_return_val_if_fail(normalized != NULL, NULL);
1443 if (normalized != current) {
1447 sp_style_set_property_url(item, (fill_or_stroke == Inkscape::FOR_FILL) ? "fill" : "stroke", normalized, true);
1450 return normalized;
1505 * Get default normalized gradient vector of document, create if there is none

Completed in 368 milliseconds