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

/inkscape/src/util/
H A Dunits.h90 double quantity; member in class:Inkscape::Util::Quantity
92 /** Initialize a quantity. */
97 /** Checks if a quantity is compatible with the specified unit. */
102 /** Return the quantity's value in the specified unit. */
127 return Geom::are_near(a.quantity, b.value(a.unit), eps);
156 /** Retrieve a quantity based on its string identifier */

Completed in 9 milliseconds