Class: CVFFI::CvPoint2D64f
- Inherits:
-
CvPointBase
- Object
- NiceFFI::Struct
- CvPointBase
- CVFFI::CvPoint2D64f
- Defined in:
- lib/opencv-ffi/core/point.rb,
lib/opencv-ffi/core/types.rb,
lib/opencv-ffi-wrappers/core/point.rb
Instance Method Summary collapse
Methods included from CvPointCastMethods
#to_CvPoint, #to_CvPoint2D32f, #to_Point, #to_a
Methods included from CvPointMethods
#*, #+, #-, #/, #==, #===, #got_what_i_need, #l2_squared_distance, #l2distance, #neighbor?, #neighbor_rsquared?, #rotate, #to_Vector, #to_a
Instance Method Details
#to_CvPoint2D64f ⇒ Object
124 |
# File 'lib/opencv-ffi-wrappers/core/point.rb', line 124 def to_CvPoint2D64f; self; end |