Back to Aurora Vision Library website

You are here: Start » Function Reference » Geometry 3D » Geometry 3D Features » Vector3DLength

Vector3DLength


Header: AVL.h
Namespace: avl
Module: Vision3DLite

Computes the length of a 3D vector.

Syntax

C++
C#
 
void avl::Vector3DLength
(
	const avl::Vector3D& inVector3D,
	float& outLength
)

Parameters

Name Type Default Description
Input value inVector3D const Vector3D&
Output value outLength float&