Back to Aurora Vision Library website

You are here: Start » Function Reference » Surface » Surface Features » SurfaceArea

SurfaceArea


Header: AVL.h
Namespace: avl
Module: Vision3DStandard

Computes the surface area of given surface.

Syntax

C++
C#
 
void avl::SurfaceArea
(
	const avl::Surface& inSurface,
	float& outArea
)

Parameters

Name Type Default Description
Input value inSurface const Surface& Input surface
Output value outArea float& Area of the input surface