Back to Adaptive Vision Library website

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

AvsFilter_MakeSegment3D


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

Creates a segment 3D structure from individual fields.

Syntax

void avs::AvsFilter_MakeSegment3D
(
	const avl::Point3D& inPoint1,
	const avl::Point3D& inPoint2,
	avl::Segment3D& outSegment
)

Parameters

Name Type Default Description
inPoint1 const Point3D& First point of the segment
inPoint2 const Point3D& Second point of the segment
outSegment Segment3D&