Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » Geometry 3D Basics » AvsFilter_MakeBox3D

AvsFilter_MakeBox3D


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header: AVL.h
Namespace: avs
Module: Vision3DLite

Creates a 3D box structure from individual fields.

Syntax

void avs::AvsFilter_MakeBox3D
(
	float inX,
	float inY,
	float inZ,
	float inXLength,
	float inYLength,
	float inZLength,
	avl::Box3D& outBox3D
)

Parameters

Name Type Range Default Description
Input value inX float Input x-coordinate
Input value inY float Input y-coordinate
Input value inZ float Input z-coordinate
Input value inXLength float 0.0 - Input length in X axis
Input value inYLength float 0.0 - Input length in Y axis
Input value inZLength float 0.0 - Input length in Z axis
Output value outBox3D Box3D& Output box 3D