コード例 #1
0
 def getPt(self, t, point, tangent):
     upcastSelf = self
     returnValue = libpanda._inPHc9WIOPy(upcastSelf.this, t, point.this,
                                         tangent.this)
     return returnValue
コード例 #2
0
 def getPt(self, t, point, tangent):
     returnValue = libpanda._inPHc9WIOPy(self.this, t, point.this,
                                         tangent.this)
     return returnValue
コード例 #3
0
ファイル: NurbsCurve.py プロジェクト: Toonerz/Toontown-2003
 def getPt(self, t, point, tangent):
     upcastSelf = self
     returnValue = libpanda._inPHc9WIOPy(upcastSelf.this, t, point.this, tangent.this)
     return returnValue
コード例 #4
0
 def getPt(self, t, point, tangent):
     returnValue = libpanda._inPHc9WIOPy(self.this, t, point.this, tangent.this)
     return returnValue