Home | History | Annotate | Download | only in core

Lines Matching defs:CvPoint3D64f

984 typedef struct CvPoint3D64f
990 CvPoint3D64f;
992 /** constructs CvPoint3D64f structure. */
993 CV_INLINE CvPoint3D64f cvPoint3D64f( double x, double y, double z )
995 CvPoint3D64f p;