You are here: Start » AVL.NET » Function Reference » Basic » Box » AVL.BoxCharacteristicPoints

AVL.BoxCharacteristicPoints

Computes the characteristic points of the box.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void BoxCharacteristicPoints
(
	AvlNet.Box inBox,
	NullableValue<AvlNet.Point2D> outTopLeft,
	NullableValue<AvlNet.Point2D> outTopCenter,
	NullableValue<AvlNet.Point2D> outTopRight,
	NullableValue<AvlNet.Point2D> outMiddleLeft,
	NullableValue<AvlNet.Point2D> outMiddleCenter,
	NullableValue<AvlNet.Point2D> outMiddleRight,
	NullableValue<AvlNet.Point2D> outBottomLeft,
	NullableValue<AvlNet.Point2D> outBottomCenter,
	NullableValue<AvlNet.Point2D> outBottomRight,
	NullableRef<List<AvlNet.Point2D>> outCorners
)

Parameters

Name Type Range Default Description
inBoxAvlNet.Box
outTopLeftAvlNet.NullableValue<AvlNet.Point2D> Can be null to skip this parameter calculation.
outTopCenterAvlNet.NullableValue<AvlNet.Point2D> Can be null to skip this parameter calculation.
outTopRightAvlNet.NullableValue<AvlNet.Point2D> Can be null to skip this parameter calculation.
outMiddleLeftAvlNet.NullableValue<AvlNet.Point2D> Can be null to skip this parameter calculation.
outMiddleCenterAvlNet.NullableValue<AvlNet.Point2D> Can be null to skip this parameter calculation.
outMiddleRightAvlNet.NullableValue<AvlNet.Point2D> Can be null to skip this parameter calculation.
outBottomLeftAvlNet.NullableValue<AvlNet.Point2D> Can be null to skip this parameter calculation.
outBottomCenterAvlNet.NullableValue<AvlNet.Point2D> Can be null to skip this parameter calculation.
outBottomRightAvlNet.NullableValue<AvlNet.Point2D> Can be null to skip this parameter calculation.
outCornersAvlNet.NullableRef<System.Collections.Generic.List<AvlNet.Point2D>> Can be null to skip this parameter calculation.

Function Overrides

See also