public class MultiPointSpring.WrapKnot
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Vector3d |
myForce |
Point3d |
myLocPos |
Point3d |
myPos |
Point3d |
myPrevPos |
Modifier and Type | Method and Description |
---|---|
double |
getContactDistance() |
Wrappable |
getPrevWrappable() |
Wrappable |
getWrappable() |
int |
getWrappableIdx() |
boolean |
inContact() |
void |
setWrappableIdx(int idx) |
public Point3d myPos
public Point3d myPrevPos
public Point3d myLocPos
public Vector3d myForce
public void setWrappableIdx(int idx)
public int getWrappableIdx()
public boolean inContact()
public double getContactDistance()
public Wrappable getWrappable()
public Wrappable getPrevWrappable()