Lines Matching refs:point
61 //! which sides of a shape this point should have visibility to if
64 //! Like SVG, libavoid considers the Y-axis to point downwards, that is,
70 //! @brief This option specifies the point should be given visibility
73 //! @brief This option specifies the point should be given visibility
76 //! @brief This option specifies the point should be given visibility
79 //! @brief This option specifies the point should be given visibility
82 //! @brief This option, provided for convenience, specifies the point
108 //! @brief Constructs a ConnEnd from a free-floating point.
110 //! @param[in] point The position of the connector endpoint.
112 ConnEnd(const Point& point);
114 //! @brief Constructs a ConnEnd from a free-floating point as well
115 //! as a set of flags specifying visibility for this point
118 //! @param[in] point The position of the connector endpoint.
120 //! specifying the directions that this point
124 ConnEnd(const Point& point, const ConnDirFlags visDirs);
133 const Point point(void) const;
350 : point(p),
357 Point *point;