# normalized

> Get a new normalized copy of the AABB ensuring that _lowerBound is lower than or equal to _upperBound.

## Definition

* **Type:** Property
* **Namespace:** [Unity.U2D.Physics](/engine/6000.7/script-reference/unity/u2d/physics.md)
* **Assembly:** UnityEngine.PhysicsCore2DModule

```csharp
public readonly PhysicsAABB normalized { get; }
```
