You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Constructions » AVL.PlaneThroughPoints3D

AVL.PlaneThroughPoints3D

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPoint1AvlNet.Point3D
inPoint2AvlNet.Point3D
inPoint3AvlNet.Point3D
outPlaneAvlNet.Plane3D

See also