Class: VORuby::STC::V1_10::Coords::Double3

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

Overview

A vector of 3 doubles

Direct Known Subclasses

Size3Type, Value3

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



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

def self.maximum_length; 3 end

.minimum_lengthObject



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

def self.minimum_length; 3 end