public void set(CVector3f theVector) { x = theVector.x(); y = theVector.y(); z = theVector.z(); }
public CVector3f(CVector3f theVector3f) { x = theVector3f.x(); y = theVector3f.y(); z = theVector3f.z(); }