Method ToBounds
ToBounds(AABB)
Convert an AABB struct to a Bounds struct
Declaration
public static Bounds ToBounds(this AABB aabb)
Parameters
Type | Name | Description |
---|---|---|
AABB | aabb | the AABB struct to convert to a Bounds struct |
Returns
Type | Description |
---|---|
Bounds | A Bounds struct that is the same as the AABB struct |