Class: VORuby::STC::V1_10::Coords::Double2

Inherits:
DoubleArray show all
Defined in:
lib/voruby/stc/1.10/coords.rb

Overview

A vector of 2 doubles

Direct Known Subclasses

Size2Type, Value2

Class Method Summary collapse

Methods inherited from DoubleArray

from_xml, restricted_to, #to_xml

Methods included from SerializableToXml

#element

Methods inherited from TypedArray

#<<, #[]=, #clear, #initialize, #insert, #replace, restricted_to, #to_s

Methods inherited from Array

#/, #to_homogeneous

Constructor Details

This class inherits a constructor from TypedArray

Class Method Details

.maximum_lengthObject



398
# File 'lib/voruby/stc/1.10/coords.rb', line 398

def self.maximum_length; 2 end

.minimum_lengthObject



399
# File 'lib/voruby/stc/1.10/coords.rb', line 399

def self.minimum_length; 2 end