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

AVS.PlaneThroughLineAndPoint3D Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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