fromP3 method

void fromP3(
  1. Point p
)

Implementation

void fromP3(Point p) {
  X.set(p.x);
  Y.set(p.y);
  Z.set(p.z);
}