Back to FabImage Library website

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

PlaneThroughLineAndPoint3D


Header:FIL.h
Namespace:fil

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

Syntax

C++
C#
 
void fil::PlaneThroughLineAndPoint3D
(
	const fil::Line3D& inLine3D,
	const fil::Point3D& inPoint3D,
	fil::Plane3D& outPlane
)

Parameters

Name Type Default Description
inLine3D const Line3D&
inPoint3D const Point3D&
outPlane Plane3D&