Class: VORuby::STC::V1_10::Coords::Double4

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

Overview

A vector of 4 doubles

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



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

def self.maximum_length; 4 end

.minimum_lengthObject



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

def self.minimum_length; 4 end