void Awake() { point = this.GetComponent <MassPoint>(); }
public void RegisterMassPoint(MassPoint point) { points.Add(point); }