transform_point


Description:

[ Version ( since = "2.10.16" ) ]
public double transform_point (double x, double y, double z, out double newx, out double newy, out double newz)

Transforms a point in 3D as specified by the transformation matrix.

Parameters:

this

The transformation matrix.

x

The source X coordinate.

y

The source Y coordinate.

z

The source Z coordinate.

newx

The transformed X coordinate.

newy

The transformed Y coordinate.

newz

The transformed Z coordinate.

Returns:

The transformed W coordinate.