Back to Adaptive Vision Library website

You are here: Start » Function Reference » Unit Conversions » MillimetresToPixels

MillimetresToPixels


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

Converts a length in millimetres to pixels using the given scale [px / mm].

Syntax

void avl::MillimetresToPixels
(
	atl::real inMillimetres,
	atl::real inScale,
	atl::real& outPixels
)

Parameters

Name Type Default Description
inMillimetres real
inScale real px / mm
outPixels real&