You are here: Start » AVL.NET » AVL.TransformPoint3DArray Method

AVL.TransformPoint3DArray Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TransformPoint3DArray(
	AvlNet.Point3D[] inPoints3D,
	AvlNet.Matrix inTransform,
	bool inInverse,
	out AvlNet.Point3D[] outPoints3D
)

Parameters

Name Type Range Default Description
inPoints3DAvlNet.Point3D
inTransformAvlNet.MatrixTransformation 3x3 matrix.
inInverseboolSwitches to the inverse operation.
outPoints3DAvlNet.Point3D

See also