operator * method

Position operator *(
  1. Position p
)

Implementation

Position operator *(Position p) => crossProduct(p);