copyFrom method Null safety
- Ray other
Implementation
void copyFrom(Ray other) {
_origin.setFrom(other._origin);
_direction.setFrom(other._direction);
}
void copyFrom(Ray other) {
_origin.setFrom(other._origin);
_direction.setFrom(other._direction);
}