crossProduct method

Pointer<Vector3C> crossProduct(
  1. Pointer<Vector3C> o
)

Implementation

Pointer<Vector3C> crossProduct(Pointer<Vector3C> o) { ref.crossProduct(o.ref); return this; }