HolyLib Wiki

CollideGetOrthographicAreas

  Vector physcollide.CollideGetOrthographicAreas( CPhysCollide collide )

Description

get the approximate cross-sectional area projected orthographically on the bbox of the collide

These are fractional areas - unitless. Basically this is the fraction of the OBB on each axis that would be visible if the object were rendered orthographically. This has been precomputed when the collide was built or this function will return 1,1,1

Arguments

1CPhysCollide collide

Returns

1Vector mins