.. _PathPointInfo: ================================================ PathPointInfo ================================================ Description ----------- A point on a path, expressed as an array of three coordinate arrays: the anchor point, left direction point, and right direction point. For paths that are straight segments (not curved), the coordinates of all three points are the same. For curved segements, the coordinates are different. The difference between the anchor point and the left or right direction points determines the arc of the curve. You use the left direction point to bend the curve "outward" or make it convex; you use the right direction point to bend the curve "inward" or make it concave. Properties ^^^^^^^^^^ +--------------------------------------------------------------+---------------------------------------------------------------+ | :ref:`anchor` readonly | The x and y coordinates of one end point of the path segment. | +--------------------------------------------------------------+---------------------------------------------------------------+ | :ref:`kind` readonly | The point type. | +--------------------------------------------------------------+---------------------------------------------------------------+ | :ref:`leftDirection` readonly | The location of the left direction point ("in" position). | +--------------------------------------------------------------+---------------------------------------------------------------+ | :ref:`rightDirection` readonly | The location of the right direction point ("out" position). | +--------------------------------------------------------------+---------------------------------------------------------------+ Static Properties ^^^^^^^^^^^^^^^^^ +--------------------------------------------------------------+---------------------------------------------------------------+ | :ref:`anchor` readonly | The x and y coordinates of one end point of the path segment. | +--------------------------------------------------------------+---------------------------------------------------------------+ | :ref:`kind` readonly | The point type. | +--------------------------------------------------------------+---------------------------------------------------------------+ | :ref:`leftDirection` readonly | The location of the left direction point ("in" position). | +--------------------------------------------------------------+---------------------------------------------------------------+ | :ref:`rightDirection` readonly | The location of the right direction point ("out" position). | +--------------------------------------------------------------+---------------------------------------------------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 PathPointInfo/anchor.rst PathPointInfo/leftDirection.rst PathPointInfo/rightDirection.rst PathPointInfo/kind.rst PathPointInfo/anchor.rst PathPointInfo/leftDirection.rst PathPointInfo/rightDirection.rst PathPointInfo/kind.rst