Class: VORuby::STC::V1_10::STC::SpaceRefFrameType

Inherits:
Object
  • Object
show all
Defined in:
lib/voruby/stc/1.10/stc.rb

Overview

Abstract space reference frame type

Direct Known Subclasses

CustomSpaceRefFrameType, FkType, IcrsType

Instance Method Summary collapse

Instance Method Details

#==(f) ⇒ Object



79
80
81
# File 'lib/voruby/stc/1.10/stc.rb', line 79

def ==(f)
  self.class == f.class
end