You are here: Start » AVL.NET » AVS.PlaneThroughPoints3D Method

AVS.PlaneThroughPoints3D Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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