Class: VORuby::STC::V1_10::STC::UnitSphere

Inherits:
CoordFlavorType show all
Includes:
CoordFlavor
Defined in:
lib/voruby/stc/1.10/stc.rb

Overview

3-D Unit sphere coordinates (direction cosines)

Instance Attribute Summary

Attributes inherited from CoordFlavorType

#coord_vel

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CoordFlavorType

#==, #coord_naxes, #coord_naxes=, from_xml, #initialize

Methods included from SerializableToXml

#element

Constructor Details

This class inherits a constructor from VORuby::STC::V1_10::STC::CoordFlavorType

Class Method Details

.element_nameObject



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

def self.element_name; 'UNITSPHERE' end

Instance Method Details

#to_xmlObject



1068
1069
1070
# File 'lib/voruby/stc/1.10/stc.rb', line 1068

def to_xml
  super('UNITSPHERE')
end