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

Invoke.MirrorPoint3D

Mirrors a point according to the input plane.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void MirrorPoint3D
(
	Avl.Point3D inPoint3D,
	Avl.Plane3D inPlane,
	out Avl.Point3D outPoint3D,
	Optional<Avl.Matrix> outTransform
)

Parameters

Name Type Range Default Description
inPoint3DAvl.Point3D
inPlaneAvl.Plane3DThe plane being a mirror.
outPoint3DAvl.Point3D
outTransformAtl.Optional<Avl.Matrix>Matrix of the transform used to mirror the input point.

See also