Fix typo in documentation
This commit is contained in:
@@ -285,7 +285,7 @@ public:
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
Converts device (@a x, @a y) coordinates to logical coordinates
|
Converts device (@a x, @a y) coordinates to logical coordinates
|
||||||
taking into account all apllied transformations like the current
|
taking into account all applied transformations like the current
|
||||||
mapping mode, scale factors, device origin, axes orientation,
|
mapping mode, scale factors, device origin, axes orientation,
|
||||||
affine transformation.
|
affine transformation.
|
||||||
|
|
||||||
@@ -302,7 +302,7 @@ public:
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
Converts device @a x, @a y coordinates to relative logical coordinates
|
Converts device @a x, @a y coordinates to relative logical coordinates
|
||||||
taking into account all apllied transformations like the current
|
taking into account all applied transformations like the current
|
||||||
mapping mode, scale factors, affine transformation.
|
mapping mode, scale factors, affine transformation.
|
||||||
Use this for converting distances like e.g. width and height.
|
Use this for converting distances like e.g. width and height.
|
||||||
|
|
||||||
@@ -319,7 +319,7 @@ public:
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
Converts logical (@a x, @a y) coordinates to device coordinates
|
Converts logical (@a x, @a y) coordinates to device coordinates
|
||||||
taking into account all apllied transformations like the current
|
taking into account all applied transformations like the current
|
||||||
mapping mode, scale factors, device origin, axes orientation,
|
mapping mode, scale factors, device origin, axes orientation,
|
||||||
affine transformation.
|
affine transformation.
|
||||||
|
|
||||||
@@ -336,7 +336,7 @@ public:
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
Converts logical @a x, @a y coordinates to relative device coordinates
|
Converts logical @a x, @a y coordinates to relative device coordinates
|
||||||
taking into account all apllied transformations like the current
|
taking into account all applied transformations like the current
|
||||||
mapping mode, scale factors, affine transformation.
|
mapping mode, scale factors, affine transformation.
|
||||||
Use this for converting distances like e.g. width and height.
|
Use this for converting distances like e.g. width and height.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user