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

AVS.TransformSegment3D Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TransformSegment3D
(
	AvlNet.Segment3D inSegment3D,
	AvlNet.Matrix inTransform,
	bool inInverse,
	out AvlNet.Segment3D outSegment3D
)

Parameters

Name Type Range Default Description
inSegment3DAvlNet.Segment3D
inTransformAvlNet.MatrixTransformation 3x3 or 4x4 matrix.
inInverseboolSwitches to the inverse operation.
outSegment3DAvlNet.Segment3D

See also