getCosine abstract method

double getCosine(
  1. Vector other
)

Returns cosine of the angle between this and other vector

Implementation

double getCosine(Vector other);