You are here: Start » AVL.NET » AVL.PointsBoundingRectangle(AvlNet.Point2D[], AvlNet.BoundingRectangleFeature, AvlNet.Rectangle2D, AvlNet.Point2D, float, float)

AVL.PointsBoundingRectangle(AvlNet.Point2D[], AvlNet.BoundingRectangleFeature, AvlNet.Rectangle2D, AvlNet.Point2D, float, float)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PointsBoundingRectangle(
	AvlNet.Point2D[] inPoints,
	AvlNet.BoundingRectangleFeature inBoundingRectangleFeature,
	out AvlNet.Rectangle2D outBoundingRectangle,
	out AvlNet.Point2D outCenter,
	out float outLongSide,
	out float outShortSide
)

Parameters

inPoints
Type: AvlNet.Point2D
inBoundingRectangleFeature
Type: AvlNet.BoundingRectangleFeature
outBoundingRectangle
Type: AvlNet.Rectangle2D
outCenter
Type: AvlNet.Point2D
outLongSide
Type: System.Single
outShortSide
Type: System.Single

See also