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

AVL.PlaneThroughLineAndPoint3D

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inLine3DAvlNet.Line3D
inPoint3DAvlNet.Point3D
outPlaneAvlNet.Plane3D

See also