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

Invoke.TransformPlane

Applies a general transformation expressed by a matrix to a plane.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TransformPlane
(
	Avl.Plane3D inPlane,
	Avl.Matrix inTransform,
	bool inInverse,
	out Avl.Plane3D outPlane
)

Parameters

Name Type Range Default Description
inPlaneAvl.Plane3D
inTransformAvl.MatrixTransformation 3x3 or 4x4 matrix.
inInverseboolSwitches to the inverse operation.
outPlaneAvl.Plane3D

See also