Package: pumpkin.geom

Matrix

function transformVector3( inX : float, inY : float, inZ : float ) : Vector3

Parameters

inX

inY

inZ


Description
Apply geometric transform to a Vector3.

Only the x & y components are used, the Vector3.z will be set to zero.