Copies the fields of the native struct o into this instance.
o
@override RayD setC(RayC o) { position.setC(o.position); direction.setC(o.direction); return this; }