public class SegmentState
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
double |
m_CurrentVelocity |
double |
m_Length |
double |
m_Progress |
Constructor and Description |
---|
SegmentState(int n) |
Modifier and Type | Method and Description |
---|---|
SegmentState |
clone() |
void |
set(SegmentState s) |
public double m_Progress
public double m_Length
public double m_CurrentVelocity
public SegmentState clone()
clone
in class java.lang.Object
public void set(SegmentState s)