Lines Matching defs:toVec3
119 def toVec3(lst): return [v.toFloat().toVec3() for v in lst]
122 def toIVec3(lst): return [v.toInt().toVec3() for v in lst]
125 def toBVec3(lst): return [v.toBool().toVec3() for v in lst]
227 def toVec3(self): return Vec3(self.x, self.x, self.x)
230 def toMat3(self): return self.toVec3().toMat3()
343 def toVec3(self): return Vec3(self.x, self.y, 0.0)
426 def expandVec(self, val): return val.toVec3()
429 def toVec3(self): return Vec3(self.x, self.y, self.z)
493 val = val.toVec3()
521 def toVec3(self): return Vec3(self.x, self.y, self.z)