Axis::Zero PHP Method

Zero() public method

Returns the distance along the axis where 0 should be
public Zero ( )
    public function Zero()
    {
        if (!isset($this->zero)) {
            $this->Grid(1);
        }
        return $this->zero;
    }