Operator \point_to_point is a geometrical operator. It is useful to define points to draw fold (mountain or valley) line. It allows to get vertices of a frequent origami operation; when a corner (or a general point) comes to another point. \point_to_point takes two points:
|
[i1, i2] = \point_to_point(c, ab, [d, a], [b, c]);
[RETURN_V_1, RETURN_V_2] = \point_to_point(MOVING, DEST, EDGE_1, EDGE_2);
MOVING Description : Moving vertex. Type : Symbol, vertex identifier. Allowed values : Any vertex identifier previously defined. DEST Description : Destination vertex. Type : Symbol, vertex identifier. Allowed values : Any vertex identifier previously defined. EDGE_1 Description : Indicates the edge on which second intersection with fold line can be found. Type : Edge, couple of vertex identifiers. Allowed values : Any couple of vertex identifiers already defined in a previous step. EDGE_2 Description : Indicates the edge on which second intersection with fold line can be found. Type : Edge, couple of vertex identifiers. Allowed values : Any couple of vertex identifiers already defined in a previous step.
RETURN_V_1 Description : New vertex, first intersection of fold line and EDGE_1 parameter. Type : Symbol, vertex identifier. Allowed values : Any vertex identifier not already defined RETURN_V_2 Description : New vertex, second intersection of fold line and EDGE_2 parameter. Type : Symbol, vertex identifier. Allowed values : Any vertex identifier not already defined