Click or drag to resize
DigitalRuneBoxShapeGetSupportPointNormalized Method
Gets a support point for a given normalized direction vector.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public override Vector3F GetSupportPointNormalized(
	Vector3F directionNormalized
)

Parameters

directionNormalized
Type: DigitalRune.Mathematics.AlgebraVector3F
The normalized direction vector for which to get the support point.

Return Value

Type: Vector3F
A support point regarding the given direction.
Remarks
A support point regarding a direction is an extreme point of the shape that is furthest away from the center regarding the given direction. This point is not necessarily unique.
See Also