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

CirclePlaneIntersection3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Computes common points of a circle in 3D and a plane.
Syntax
C++
C#
void fil::CirclePlaneIntersection3D ( const fil::Circle3D& inCircle3D, const fil::Plane3D& inPlane, ftl::Conditional<fil::Point3D>& outIntersectionPoint1, ftl::Conditional<fil::Point3D>& outIntersectionPoint2 )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inCircle3D | const Circle3D& | ||
![]() |
inPlane | const Plane3D& | ||
![]() |
outIntersectionPoint1 | Conditional<Point3D>& | ||
![]() |
outIntersectionPoint2 | Conditional<Point3D>& |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite circle on input in CirclePlaneIntersection3D. |
DomainError | Indefinite plane on input in CirclePlaneIntersection3D. |