示例#1
0
 public function sub(Image_3D_Vector $vector)
 {
     $this->_x -= $vector->getX();
     $this->_y -= $vector->getY();
     $this->_z -= $vector->getZ();
     $this->_length = null;
 }