Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 2D » Geometry 2D Basics

Geometry 2D Basics

Select a function from the list below.

Icon Name Description / Applications Modules
CreateArc

Creates an arc from an aligned point, radius, and angle range.

FoundationLite
CreateCircle

Creates a circle from an aligned point and radius.

FoundationLite
CreatePointGrid

Creates a grid of points.

FoundationLite
CreateRandomPointArray

Creates array of random points inside given box.

FoundationLite
CreateRectangle

Creates a rectangle from an aligned point.

FoundationLite
CreateSegment

Produces a segment of given parameters.

FoundationLite
CreateVector

Produces a vector of given length and direction.

FoundationLite
RandomPoint

Creates random point inside given box.

FoundationLite

Select Filter Equivalent below.

Icon Name Description / Applications Modules
AvsFilter_AccessArc

Returns individual fields of an arc.

FoundationLite
AvsFilter_AccessCircle

Returns individual fields of a circle.

FoundationLite
AvsFilter_AccessCoordinateSystem

Returns individual fields of a coordinate system.

FoundationLite
AvsFilter_AccessLine

Returns individual fields of a line.

FoundationLite
AvsFilter_AccessPoint

Returns individual fields of a point.

FoundationLite
AvsFilter_AccessRectangle

Returns individual fields of a rectangle.

FoundationLite
AvsFilter_AccessSegment

Returns individual fields of a segment.

FoundationLite
AvsFilter_AccessStringLabel

Returns individual fields of a StringLabel structure.

FoundationLite
AvsFilter_AccessVector

Returns individual fields of a vector.

FoundationLite
AvsFilter_AddVectors

Returns sum of two vectors in 2D.

FoundationLite
AvsFilter_MakeArc

Creates an arc structure from individual fields.

FoundationLite
AvsFilter_MakeCircle

Creates a circle structure from individual fields.

FoundationLite
AvsFilter_MakeCoordinateSystem

Creates a coordinate system structure from individual fields.

FoundationLite
AvsFilter_MakeLine

Creates a line structure from individual fields.

FoundationLite
AvsFilter_MakePoint

Creates a point structure from individual fields.

FoundationLite
AvsFilter_MakeRectangle

Creates a rectangle structure from individual fields.

FoundationLite
AvsFilter_MakeSegment

Creates a segment structure from individual fields.

FoundationLite
AvsFilter_MakeStringLabel

Creates a StringLabel structure from individual fields.

FoundationLite
AvsFilter_MakeVector

Creates a vector structure from individual fields.

FoundationLite
AvsFilter_SubtractVectors

Returns difference between two vectors in 2D.

FoundationLite