Back to FabImage Library website
You are here: Start » Function Reference » Geometry 3D Relations » TestLine3DThroughCircle3D

TestLine3DThroughCircle3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Tests whether a line in 3D goes through a circle in 3D.
Syntax
C++
C#
void fil::TestLine3DThroughCircle3D ( const fil::Line3D& inLine3D, const fil::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. |