net.algart.model3d.common.movement.model
Interface HavingMass

All Superinterfaces:
Item
All Known Implementing Classes:
ElasticBall

public interface HavingMass
extends Item

Item which has a mass.

AlgART Laboratory 2010

Since:
JDK 1.5
Version:
1.0
Author:
Daniel Alievsky

Method Summary
Modifier and Type Method and Description
 double getMass()
          Returns the mass of this item.
 

Method Detail

getMass

double getMass()
Returns the mass of this item.

Returns:
the mass of this item.