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

AVS.TransformLine3D Method

Applies a general transformation expressed by a matrix to a 3D line.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TransformLine3D
(
	AvlNet.Line3D inLine3D,
	AvlNet.Matrix inTransform,
	bool inInverse,
	out AvlNet.Line3D outLine3D
)

Parameters

Name Type Range Default Description
inLine3DAvlNet.Line3D
inTransformAvlNet.MatrixTransformation 3x3 or 4x4 matrix.
inInverseboolSwitches to the inverse operation.
outLine3DAvlNet.Line3D

See also