Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 3D Basics » AvsFilter_AccessSegment3D

AvsFilter_AccessSegment3D


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header:AVL.h
Namespace:avs

Returns individual fields of a segment 3D.

Syntax

void avs::AvsFilter_AccessSegment3D
(
	const avl::Segment3D& inSegment,
	avl::Point3D& outPoint1,
	avl::Point3D& outPoint2
)

Parameters

Name Type Default Description
inSegment const Segment3D& Input segment
outPoint1 Point3D& First point of the segment
outPoint2 Point3D& Second point of the segment