Uses of Class
org.jbox2d.collision.ContactID.Features

Packages that use ContactID.Features
org.jbox2d.collision   
 

Uses of ContactID.Features in org.jbox2d.collision
 

Fields in org.jbox2d.collision declared as ContactID.Features
 ContactID.Features ContactID.features
           
 

Methods in org.jbox2d.collision with parameters of type ContactID.Features
 boolean ContactID.Features.isEqual(ContactID.Features f)
           
 void ContactID.Features.set(ContactID.Features f)
           
 

Constructors in org.jbox2d.collision with parameters of type ContactID.Features
ContactID.Features(ContactID.Features f)