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

Invoke.TransformLine3D

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TransformLine3D
(
	Avl.Line3D inLine3D,
	Avl.Matrix inTransform,
	bool inInverse,
	out Avl.Line3D outLine3D
)

Parameters

Name Type Range Default Description
inLine3DAvl.Line3D
inTransformAvl.MatrixTransformation 3x3 or 4x4 matrix.
inInverseboolSwitches to the inverse operation.
outLine3DAvl.Line3D

See also