}
public float getLengthRelativeToParent() {
Vertex[] v = this.getVerticesLocal();
Vertex lengthVect = (Vertex)v[1].getSubtracted(v[0]);
lengthVect.transformDirectionVector(this.getLocalMatrix());
return lengthVect.length();
}
public float getLengthLocal(){
Vertex[] v = this.getVerticesLocal();