setFrom method

void setFrom(
  1. RaycastResult argOther
)

Implementation

void setFrom(RaycastResult argOther) {
  lambda = argOther.lambda;
  normal.setFrom(argOther.normal);
}