Back to Adaptive Vision Library website

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

TestLine3DThroughCircle3D


Header:AVL.h
Namespace:avl

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
inLine3D const Line3D&
inCircle3D const Circle3D&
outGoesThrough bool&

Errors

List of possible exceptions:

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