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

Invoke.PlaneThroughPoints3D

Computes a plane passing through three distinct points in 3D.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PlaneThroughPoints3D
(
	Avl.Point3D inPoint1,
	Avl.Point3D inPoint2,
	Avl.Point3D inPoint3,
	out Avl.Plane3D outPlane
)

Parameters

Name Type Range Default Description
inPoint1Avl.Point3D
inPoint2Avl.Point3D
inPoint3Avl.Point3D
outPlaneAvl.Plane3D

See also