formZ SDK | 5.0 API Reference | System | Math

fz_xyz_mm_td

Description

Double precision 3D bounding box data type. Defined as opposing corners of an axis aligned box.

typedef struct fz_xyz_mm_td {

double

xmin;

double

ymin;

double

zmin;

double

xmax;

double

ymax;

double

zmax };

Members

xmin

The minimum x-axis coordinate value.

ymin

The minimum y-axis coordinate value.

zmin

The minimum z-axis coordinate value.

xmax

The maximum x-axis coordinate value.

ymax

The maximum y-axis coordinate value.

zmax

The maximum z-axis coordinate value.

Availability

5.0.0.0

Defined in

fz_type_core_api.h