LibreCAD
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Tangentable Class Referenceabstract

#include <tangentable.h>

Inheritance diagram for Tangentable:

Public Member Functions

virtual std::vector
< lc::geo::Coordinate
lineTangentPointsOnEntity (const lc::geo::Coordinate &extPoint)=0
 Give line tangent points on entity. More...
 

Detailed Description

Definition at line 5 of file tangentable.h.

Member Function Documentation

virtual std::vector<lc::geo::Coordinate> Tangentable::lineTangentPointsOnEntity ( const lc::geo::Coordinate extPoint)
pure virtual

Give line tangent points on entity.

Parameters
extPointFirst point of line tangent
Returns
Vector of tangent end points

Implemented in lc::geo::Circle.


The documentation for this class was generated from the following file: