Type Definition lowdim::BBox4d[][src]

pub type BBox4d<S = i64> = BBox<S, Vec4d<S>>;
Expand description

A 4d bounding box.

Implementations

Returns the lower bound in the x-coordinate (inclusive).

Returns the upper bound in the x-coordinate (exclusive).

Returns the lower bound in the x-coordinate (inclusive).

Returns the upper bound in the x-coordinate (inclusive).

Returns the lower bound in the y-coordinate (inclusive).

Returns the upper bound in the y-coordinate (exclusive).

Returns the lower bound in the y-coordinate (inclusive).

Returns the upper bound in the y-coordinate (inclusive).

Returns the lower bound in the z-coordinate (inclusive).

Returns the upper bound in the z-coordinate (exclusive).

Returns the lower bound in the z-coordinate (inclusive).

Returns the upper bound in the z-coordinate (inclusive).

Returns the lower bound in the w-coordinate (inclusive).

Returns the upper bound in the w-coordinate (exclusive).

Returns the lower bound in the w-coordinate (inclusive).

Returns the upper bound in the w-coordinate (inclusive).

Returns the size of the x-dimension of the bounding box.

Returns the size of the y-dimension of the bounding box.

Returns the size of the z-dimension of the bounding box.

Returns the size of the w-dimension of the bounding box.

Returns the range of the x coordinate.

Returns the range of the y coordinate.

Returns the range of the z coordinate.

Returns the range of the w coordinate.

Returns an iterator over the points in the bounding box.

Points are returned by row.