Back to FabImage Library website

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

PlaneThroughLineAndPoint3D


Header: FIL.h
Namespace: fil
Module: Vision3DLite

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
Input value
inLine3D const Line3D&
Input value
inPoint3D const Point3D&
Output value
outPlane Plane3D&