AxisAlignedRectangle
Introduction
What does "axis aligned" mean?
AxisAlignedRectangles are PositionedObjects
Creating an AxisAlignedRectangle
using FlatRedBall.Math.Geometry;// AxisAlignedRectangles added this way are Visible by default and also managed
// by the ShapeManager.
AxisAlignedRectangle rectangle = ShapeManager.AddAxisAlignedRectangle();
rectangle.ScaleX = 5;
rectangle.ScaleY = 7;
Relationship with ShapeManager
Move (Solid) Collision

Determining Collision Side
AxisAlignedRectangle Members
Extra Information
Last updated
Was this helpful?
