Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Geometry 3D Basics » FisFilter_MakeBox3D

FisFilter_MakeBox3D
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | FIL.h |
---|---|
Namespace: | fis |
Module: | Vision3DLite |
Creates a 3D box structure from individual fields.
Syntax
void fis::FisFilter_MakeBox3D ( float inX, float inY, float inZ, float inXLength, float inYLength, float inZLength, fil::Box3D& outBox3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
inX | float | Input x-coordinate | ||
![]() |
inY | float | Input y-coordinate | ||
![]() |
inZ | float | Input z-coordinate | ||
![]() |
inXLength | float | 0.0 - ![]() |
Input length in X axis | |
![]() |
inYLength | float | 0.0 - ![]() |
Input length in Y axis | |
![]() |
inZLength | float | 0.0 - ![]() |
Input length in Z axis | |
![]() |
outBox3D | Box3D& | Output box 3D |