def normalize
        l = self.length
        return set(0.0,0.0,0.0) if l == 0.0
        return set(x / l, y / l, z / l)