Back to FabImage Library website

You are here: Start » Function Reference » Conversions » BoxToBox3D

BoxToBox3D


Header: FIL.h
Namespace: fil
Module: FoundationBasic

Converts a box in 2D to a box in 3D.

Syntax

C++
C#
 
void fil::BoxToBox3D
(
	const fil::Box& inBox2D,
	fil::Box3D& outBox3D
)

Parameters

Name Type Default Description
Input value inBox2D const Box&
Output value outBox3D Box3D&