cpp_coord_to_px {IFC}R Documentation

Coordinates to Pixels

Description

low-level function to compute pixels coordinates

Arguments

x

NumericVector of x-coordinates of the points.

y

NumericVector of y-coordinates of the points.

param

NumericVector of parameters to scale raw points coordinates to pixels coordinates.

Value

a 2 columns NumericMatrix of x and y pixels coordinates.


[Package IFC version 0.2.1 Index]