Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » 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
Module: Vision3DLite

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
Input value inPoint1 const Point3D& First point of the segment
Input value inPoint2 const Point3D& Second point of the segment
Output value outSegment Segment3D&