Eiffel Media API
Overview Cluster Class Classes Index      Previous Next      Top Features

em.video.collision_detection

Class EM_COLLIDE_3D_SKYBOX


Known direct descendants

EM_3D_SPHERE_COLLIDABLE

Features

Invariants

indexing

description

Objects of type this type can collide with a skybox.

date

$Date: 2005/10/23 10:49:44 $

revision

$Revision: 1.2 $

deferred class

EM_COLLIDE_3D_SKYBOX

feature -- Status report

does_collide_skybox (other: EM_3D_SKYBOX_COLLIDABLE): BOOLEAN

-- Does current collide with other?

invariant

-- From ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)

end