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

Invoke.PlaneThroughLineAndPoint3D

Computes a plane passing through a line and a point in 3D.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PlaneThroughLineAndPoint3D
(
	Avl.Line3D inLine3D,
	Avl.Point3D inPoint3D,
	out Avl.Plane3D outPlane
)

Parameters

Name Type Range Default Description
inLine3DAvl.Line3D
inPoint3DAvl.Point3D
outPlaneAvl.Plane3D

See also