Back to Aurora Vision Library website

You are here: Start » Function Reference » Geometry 3D » Geometry 3D Relations » TestLine3DThroughCircle3D

TestLine3DThroughCircle3D


Header: AVL.h
Namespace: avl
Module: Vision3DLite

Tests whether a line in 3D goes through a circle in 3D.

Syntax

C++
C#
 
void avl::TestLine3DThroughCircle3D
(
	const avl::Line3D& inLine3D,
	const avl::Circle3D& inCircle3D,
	bool& outGoesThrough
)

Parameters

Name Type Default Description
Input value inLine3D const Line3D&
Input value inCircle3D const Circle3D&
Output value outGoesThrough bool&

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite circle on input in TestLine3DThroughCircle3D.
DomainError Indefinite line on input in TestLine3DThroughCircle3D.