You are here: Start » AVL.NET » Geometry 2D Basics

Geometry 2D Basics

Icon Name Description
CreateArc Creates an arc from an aligned point, radius, and angle range.
CreateCircle Creates a circle from an aligned point and radius.
CreatePointGrid Creates a grid of points.
CreateRandomPointArray Creates array of random points inside given box.
CreateRectangle Creates a rectangle from an aligned point.
CreateSegment Produces a segment of given parameters.
CreateVector Produces a vector of given length and direction.
RandomPoint Creates random point inside given box.