Back to Aurora Vision Library website

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

PlaneThroughLineAndPoint3D


Header: AVL.h
Namespace: avl
Module: Vision3DLite

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

Syntax

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

Parameters

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