clone() | OpenCVForUnity.CoreModule.Point3 | |
cloneAsValueTuple() | OpenCVForUnity.CoreModule.Point3 | |
cloneAsVec3d() | OpenCVForUnity.CoreModule.Point3 | |
cross(Point3 p) | OpenCVForUnity.CoreModule.Point3 | |
crossAsValueTuple(in Vec3d p) | OpenCVForUnity.CoreModule.Point3 | |
crossAsValueTuple(in(double x, double y, double z) p) | OpenCVForUnity.CoreModule.Point3 | |
crossAsVec3d(in Vec3d p) | OpenCVForUnity.CoreModule.Point3 | |
crossAsVec3d(in(double x, double y, double z) p) | OpenCVForUnity.CoreModule.Point3 | |
dot(Point3 p) | OpenCVForUnity.CoreModule.Point3 | |
dot(in Vec3d p) | OpenCVForUnity.CoreModule.Point3 | |
dot(in(double x, double y, double z) p) | OpenCVForUnity.CoreModule.Point3 | |
Equals(Object obj) | OpenCVForUnity.CoreModule.Point3 | |
Equals(Point3 a) | OpenCVForUnity.CoreModule.Point3 | |
GetHashCode() | OpenCVForUnity.CoreModule.Point3 | |
operator(double x, double y, double z)(Point3 point3) | OpenCVForUnity.CoreModule.Point3 | explicitstatic |
operator Point3(in(double x, double y, double z) valueTuple) | OpenCVForUnity.CoreModule.Point3 | explicitstatic |
operator Vec3d(Point3 point3) | OpenCVForUnity.CoreModule.Point3 | explicitstatic |
operator!=(Point3 a, Point3 b) | OpenCVForUnity.CoreModule.Point3 | static |
operator*(Point3 a, double b) | OpenCVForUnity.CoreModule.Point3 | static |
operator*(double a, Point3 b) | OpenCVForUnity.CoreModule.Point3 | static |
operator+(Point3 a, Point3 b) | OpenCVForUnity.CoreModule.Point3 | static |
operator-(Point3 a) | OpenCVForUnity.CoreModule.Point3 | static |
operator-(Point3 a, Point3 b) | OpenCVForUnity.CoreModule.Point3 | static |
operator/(Point3 a, double b) | OpenCVForUnity.CoreModule.Point3 | static |
operator==(Point3 a, Point3 b) | OpenCVForUnity.CoreModule.Point3 | static |
Point3(double x, double y, double z) | OpenCVForUnity.CoreModule.Point3 | |
Point3() | OpenCVForUnity.CoreModule.Point3 | |
Point3(Point p) | OpenCVForUnity.CoreModule.Point3 | |
Point3(double[] vals) | OpenCVForUnity.CoreModule.Point3 | |
Point3(in Vec3d vals) | OpenCVForUnity.CoreModule.Point3 | |
Point3(in(double x, double y, double z) vals) | OpenCVForUnity.CoreModule.Point3 | |
set(double[] vals) | OpenCVForUnity.CoreModule.Point3 | |
set(in Vec3d vals) | OpenCVForUnity.CoreModule.Point3 | |
set(in(double x, double y, double z) vals) | OpenCVForUnity.CoreModule.Point3 | |
ToString() | OpenCVForUnity.CoreModule.Point3 | |
ToValueTuple() | OpenCVForUnity.CoreModule.Point3 | |
ToVec3d() | OpenCVForUnity.CoreModule.Point3 | |
x | OpenCVForUnity.CoreModule.Point3 | |
y | OpenCVForUnity.CoreModule.Point3 | |
y | OpenCVForUnity.CoreModule.Point3 | |
z | OpenCVForUnity.CoreModule.Point3 | |