class CTioga2::MetaBuilder::Types::BijectionType

A general bidirectional coordinate transformation.

Public Instance Methods

string_to_type_internal(str) click to toggle source
# File lib/ctioga2/metabuilder/types/coordinates.rb, line 116
def string_to_type_internal(str)
  return Graphics::Types::Bijection.from_text(str)
end