Rectangle IsProjectedAxisOutsideRectangles Method Delta Engine Documentation

Namespace: DeltaEngine.Datatypes
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public static bool IsProjectedAxisOutsideRectangles(
	Vector2D axis,
	IEnumerable<Vector2D> rotatedRect,
	IEnumerable<Vector2D> rotatedOtherRect
)

Parameters

axis
Type: DeltaEngine.Datatypes Vector2D
rotatedRect
Type: System.Collections.Generic IEnumerable Vector2D 
rotatedOtherRect
Type: System.Collections.Generic IEnumerable Vector2D 

Return Value

Type: Boolean
See Also