Class: Yass::Declarations::Rotate::Rotate3D

Inherits:
Object
  • Object
show all
Includes:
Node
Defined in:
lib/yass/declarations.rb

Constant Summary collapse

RUBY_METHODS =
%i(angle kind x y z).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



6433
6434
6435
# File 'lib/yass/declarations.rb', line 6433

def accept(visitor)
  visitor.visit_declaration_rotate_rotate3_d(self)
end

#kindObject



6437
6438
6439
# File 'lib/yass/declarations.rb', line 6437

def kind
  :rotate3_d
end