Class: CVFFI::CvPoint2D32f
- Inherits:
-
CvPointBase
- Object
- NiceFFI::Struct
- CvPointBase
- CVFFI::CvPoint2D32f
- 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_CvPoint2D64f, #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_CvPoint2D32f ⇒ Object
123 |
# File 'lib/opencv-ffi-wrappers/core/point.rb', line 123 def to_CvPoint2D32f; self; end |