You are here: Start » AVL.NET » AVS.TransformPoint3DGrid Method

AVS.TransformPoint3DGrid Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TransformPoint3DGrid
(
	AvlNet.Point3DGrid inGrid,
	AvlNet.Matrix inTransform,
	bool inInverse,
	AvlNet.Point3DGrid outGrid
)

Parameters

Name Type Range Default Description
inGridAvlNet.Point3DGrid
inTransformAvlNet.MatrixTransformation 3x3 or 4x4 matrix.
inInverseboolSwitches to the inverse operation.
outGridAvlNet.Point3DGrid

See also