public class ForceItem
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
float[] |
force
The values of the forces acting on this ForceItem.
|
float[][] |
k
Temporary variables for Runge-Kutta integration
|
float[][] |
l
Temporary variables for Runge-Kutta integration
|
float[] |
location
The location values of this ForceItem.
|
float |
mass
The mass value of this ForceItem.
|
float[] |
plocation
The previous location values of this ForceItem.
|
float[] |
velocity
The velocity values of this ForceItem.
|
Constructor and Description |
---|
ForceItem()
Create a new ForceItem.
|
public float mass
public float[] force
public float[] velocity
public float[] location
public float[] plocation
public float[][] k
public float[][] l
public java.lang.Object clone()
clone
in class java.lang.Object
Object.clone()
public static final boolean isValid(ForceItem item)
item
- the item to checkCopyright ? 2013 Regents of the University of California