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

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

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

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