Back to Aurora Vision Library website

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

PlaneThroughPoints3D


Header: AVL.h
Namespace: avl
Module: Vision3DLite

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

Syntax

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

Parameters

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