Back to FabImage Library website
You are here: Start » Function Reference » Conversions » Box3DToBox

Box3DToBox
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationBasic |
Converts a box in 3D to a box in 2D by ignoring its Z coordinates.
Syntax
C++
C#
void fil::Box3DToBox ( const fil::Box3D& inBox3D, fil::Box& outBox2D )