mesh_right
ABSTRACT
Computes the rightmost x-coordinate of a mesh-tree.
PARAMETERS
mesh | Takes into account every mesh within the mesh-tree when determining the rightmost x-coordinate. |
root | Indicates the container mesh-tree from which meshes are chosen to compute the rightmost point. |
tag_predicate(tag) | Decides whether a mesh with the given tag should contribute to finding the rightmost point. |
RETURN
The x-coordinate of the rightmost point among the selected meshes.
DECLARATION
func mesh_right([mesh_tree] {[full] {mesh}, [tag_pred] {root, tag_predicate(tag)}})