Back to FabImage Library website

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

PlaneThroughPoints3D


Header:FIL.h
Namespace:fil

Computes a plane passing through three distinct points in 3D.

Syntax

C++
C#
 
void fil::PlaneThroughPoints3D
(
	const fil::Point3D& inPoint1,
	const fil::Point3D& inPoint2,
	const fil::Point3D& inPoint3,
	fil::Plane3D& outPlane
)

Parameters

Name Type Default Description
inPoint1 const Point3D&
inPoint2 const Point3D&
inPoint3 const Point3D&
outPlane Plane3D&