Class: CVFFI::CvPoint3D32f
- Inherits:
-
CvPoint3DBase
- Object
- NiceFFI::Struct
- CvPoint3DBase
- CVFFI::CvPoint3D32f
- Defined in:
- lib/opencv-ffi/core/types.rb,
lib/opencv-ffi-wrappers/core/point.rb
Instance Method Summary collapse
Methods included from CvPoint3DCastMethods
Methods included from CvPoint3DMethods
#*, #+, #-, #/, #==, #===, #got_what_i_need, #to_Vector, #to_a
Instance Method Details
#to_CvPoint3D32f ⇒ Object
245 |
# File 'lib/opencv-ffi-wrappers/core/point.rb', line 245 def to_CvPoint3D32f; self; end |