You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » AVL.MirrorPoint3D

AVL.MirrorPoint3D

Mirrors a point according to the input plane.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void MirrorPoint3D
(
	AvlNet.Point3D inPoint3D,
	AvlNet.Plane3D inPlane,
	out AvlNet.Point3D outPoint3D
)

Parameters

Name Type Range Default Description
inPoint3DAvlNet.Point3D
inPlaneAvlNet.Plane3DThe plane being a mirror.
outPoint3DAvlNet.Point3D

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite plane on input in MirrorPoint3D.

Function Overrides

See also