Go to the source code of this file.
|
| typedef Iuf2DSize * | iu2ds_t |
| | A 2D size in meters. First dimension is x (lateral), second dimension is z (depth) More...
|
| |
◆ Iuf2DSize
| Data Fields |
|
float |
sx |
|
|
float |
sz |
|
◆ IU2DS_INVALID
| #define IU2DS_INVALID (iu2ds_t) NULL |
◆ iu2ds_t
A 2D size in meters. First dimension is x (lateral), second dimension is z (depth)
◆ iuf2DSizeCompare()
Delete a 2D size object.
- Parameters
-
| reference | one of the sizes to compare |
| actual | the other of the sizes to compare |
◆ iuf2DSizeCreate()
| iu2ds_t iuf2DSizeCreate |
( |
float |
sx, |
|
|
float |
sz |
|
) |
| |
Allocate a 2D size.
- Parameters
-
| sx | the size in the x-direction in meters |
| sz | the size in the z-direction in meters |
◆ iuf2DSizeDelete()
| int iuf2DSizeDelete |
( |
iu2ds_t |
size | ) |
|
Delete a 2D size object.
- Parameters
-
| size | THe object that will be deleted |