User Tools

Site Tools


prpl:pixeltocell

This is an old revision of the document!


<- PRPL reference <- Everything Else 2

PIXELTOCELL

ArgumentsResultNotation
[ - ]

Description

Converts pixel coordinates to cell coordinates. Cell coordinates are returned as floats. Pixel:Cell ratio is 4:1

Examples

	f2 = GetFloatFromStack(); //py 
	f1 = GetFloatFromStack(); //px 
	stack.Push(new Data(x)); 
	stack.Push(new Data(y)); 
 
prpl/pixeltocell.1533855775.txt.gz · Last modified: 2018/08/09 19:02 by bluebolt