Home
last modified time | relevance | path

Searched refs:containsCurve (Results 1 – 2 of 2) sorted by relevance

/dports/math/asymptote/asymptote-2.67/GUI/
H A Dxasy2asy.py421 return self.toQPainterPathCurve() if self.containsCurve else self.toQPainterPathLine()
498 def containsCurve(self): member in asyPath
977 if self.path.containsCurve:
1005 if self.path.containsCurve:
H A DxasyBezierInterface.py30 self.curveMode = self.asyPath.containsCurve