Copies the fields of o into this instance and returns this.
o
this
@override RayD setD(RayD o) { position.setD(o.position); direction.setD(o.direction); return this; }