Class: VORuby::STC::V1_10::Coords::Double4
- Inherits:
-
DoubleArray
- Object
- Array
- TypedArray
- DoubleArray
- VORuby::STC::V1_10::Coords::Double4
- Defined in:
- lib/voruby/stc/1.10/coords.rb
Overview
A vector of 4 doubles
Direct Known Subclasses
Error2Matrix, PixSize2Matrix, Resolution2Matrix, Size2Matrix
Class Method Summary collapse
Methods inherited from DoubleArray
from_xml, restricted_to, #to_xml
Methods included from SerializableToXml
Methods inherited from TypedArray
#<<, #[]=, #clear, #initialize, #insert, #replace, restricted_to, #to_s
Methods inherited from Array
Constructor Details
This class inherits a constructor from TypedArray
Class Method Details
.maximum_length ⇒ Object
410 |
# File 'lib/voruby/stc/1.10/coords.rb', line 410 def self.maximum_length; 4 end |
.minimum_length ⇒ Object
411 |
# File 'lib/voruby/stc/1.10/coords.rb', line 411 def self.minimum_length; 4 end |