.. _line-functions: Line3 Functions ############### .. code-block:: #include Functions that operate on the ``Line3`` object. .. doxygenfunction:: closestPoints .. doxygenfunction:: intersect(const Line3& line, const Vec3&v0, const Vec3& v1, const Vec3& v2, Vec3& pt, Vec3& barycentric, bool& front) noexcept .. doxygenfunction:: closestVertex(const Vec3& v0, const Vec3& v1, const Vec3& v2, const Line3& l) noexcept .. doxygenfunction:: rotatePoint