Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 3D Basics » AvsFilter_AccessBox3D

AvsFilter_AccessBox3D


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

Returns individual fields of a box in 3D.

Syntax

void avs::AvsFilter_AccessBox3D
(
	const avl::Box3D& inBox3D,
	float& outX,
	float& outY,
	float& outZ,
	float& outXLength,
	float& outYLength,
	float& outZLength
)

Parameters

Name Type Default Description
inBox3D const Box3D& Input box in 3D
outX float& Input box x-coordinate
outY float& Input box y-coordinate
outZ float& Input box z-coordinate
outXLength float& Length in X axis
outYLength float& Length in Y axis
outZLength float& Length in Z axis