Matrix:setScale

From GiderosMobile
Revision as of 10:57, 3 September 2018 by Hgy29 (talk | contribs)


Available since: Gideros 2016.06
Class: Matrix

Description

transform matrix for setting scale

 Matrix:setScale(x,y,z)

Parameters

x: (number) scale on x axis
y: (number) scale on y axis optional
z: (number) scale on z axis optional