Back to Aurora Vision Library website

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

AvsFilter_AccessPoint3D


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

Returns individual fields of a 3d point.

Syntax

void avs::AvsFilter_AccessPoint3D
(
	const avl::Point3D& inPoint,
	float& outX,
	float& outY,
	float& outZ
)

Parameters

Name Type Default Description
Input value inPoint const Point3D& Input point
Output value outX float& Output x-coordinate
Output value outY float& Output y-coordinate
Output value outZ float& Output z-coordinate