You are here: Start » AVL.NET » Invoke.TransformPoint3DGrid

Invoke.TransformPoint3DGrid

Applies a general transformation expressed by a matrix to a grid of 3D points.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TransformPoint3DGrid
(
	Avl.Point3DGrid inGrid,
	Avl.Matrix inTransform,
	bool inInverse,
	Avl.Point3DGrid outGrid
)

Parameters

Name Type Range Default Description
inGridAvl.Point3DGrid
inTransformAvl.MatrixTransformation 3x3 or 4x4 matrix.
inInverseboolSwitches to the inverse operation.
outGridAvl.Point3DGrid

See also