Exemplo n.º 1
0
 def __overloaded___add___ptrConstLPoint4d_ptrConstLVecBase4d(self, other):
     returnValue = libpanda._inPUZN3ISFi(self.this, other.this)
     import VBase4D
     returnObject = VBase4D.VBase4D(None)
     returnObject.this = returnValue
     if returnObject.this == 0:
         return None
     returnObject.userManagesMemory = 1
     return returnObject
     return
Exemplo n.º 2
0
    def _Vec4D__overloaded___sub___ptrConstLVector4d_ptrConstLVecBase4d(
            self, other):
        returnValue = libpanda._inPUZN3OQiP(self.this, other.this)
        import VBase4D
        returnObject = VBase4D.VBase4D(None)
        returnObject.this = returnValue
        if returnObject.this == 0:
            return None

        returnObject.userManagesMemory = 1
        return returnObject