Package georegression.metric
Class MiscOps
java.lang.Object
georegression.metric.MiscOps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic double
dot
(double x, double y, double z, GeoTuple3D_F64 b) static float
dot
(float x, float y, float z, GeoTuple3D_F32 b) static float
dot
(GeoTuple2D_F32 a, GeoTuple2D_F32 b) static double
dot
(GeoTuple2D_F64 a, GeoTuple2D_F64 b) static float
dot
(GeoTuple3D_F32 a, GeoTuple3D_F32 b) static double
dot
(GeoTuple3D_F64 a, GeoTuple3D_F64 b)
-
Constructor Details
-
MiscOps
public MiscOps()
-
-
Method Details
-
dot
-
dot
-
dot
-
dot
-
dot
-
dot
-