transform_point


Description:

public void transform_point (ref float x, ref float y, ref float z, ref float w)

Transforms a point whos position is given and returned as four float components.

Parameters:

this

A 4x4 transformation matrix

x

The X component of your points position

y

The Y component of your points position

z

The Z component of your points position

w

The W component of your points position