Back to FabImage Library website
You are here: Start » Function Reference » Basic » Unit Conversions » MillimetresToPixels
Header: | STD.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Converts a length in millimetres to pixels using the given scale [px / mm].
Syntax
void fil::MillimetresToPixels ( float inMillimetres, float inScale, float& outPixels )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inMillimetres | float | ||
![]() |
inScale | float | px / mm | |
![]() |
outPixels | float& |