dirtopoint | |
---|---|
d::§Float → §FloatPair | |
Dynamic references: | none |
Converts a direction constant (which must have one of the values held by the constants defined by this extension) to a relative point to center at. The returned value can be used with center.
|
to_dir | |
---|---|
z::§FloatPair → §Float | |
Dynamic references: | none |
This generalizes the inverse of dirtopoint. It converts any relative point (see center) to the closest direction constant defined by this extension. It always returns a directional value, never to_center.
|
dir_to | |
---|---|
d::§Float → §FloatPair | |
Dynamic references: | none |
This function might be removed in the future!
This generalizes dirtopoint by being applicable to any float value. This makes ugly use of the numerical values held by the constants defined by this extension.
|
shiftoff | |
---|---|
obj::§Drawable2D d::§Float → §Drawable2D | |
Dynamic references: | none |
Provides MetaPost-like layout.
For instance, to place a label below a point, say lblPoint, one may write:
•page << [shift lblPoint] [] [shiftoff (TeX `$x_{1}$´) to_bot] |
shiftoffwlm | |
---|---|
obj::§Drawable2D d::§Float → §Drawable2D | |
Dynamic references: | |
Provides MetaPost-like layout.
This function is like shiftoff, but treats the obeject as if it was slightly bigger than it really is. The implementation uses center_wlm instead of center.
|