Uses of Class
edu.stanford.rsl.konrad.geometry.splines.capi.CAPIPoint2D

Packages that use CAPIPoint2D
edu.stanford.rsl.konrad.geometry.splines.capi Contains classes to wrap the Curve API (CAPI). 
 

Uses of CAPIPoint2D in edu.stanford.rsl.konrad.geometry.splines.capi
 

Methods in edu.stanford.rsl.konrad.geometry.splines.capi with parameters of type CAPIPoint2D
 double CAPIPoint2D.distance(CAPIPoint2D two)
          computes the Euclidean distance between the current point $\mathbf{x_1} = (x_1, y_1)$ the the point "two" $\mathbf{x_2} = (x_2, y_2)$ as $|| \\mathbf{x_1} - \\mathbf{x_2} || = \\sqrt{(x_1 - x_2)^2 + (y_1 - y_2)^2}$.