Class: Yass::Declarations::Transform::RotateY
- Inherits:
-
Object
- Object
- Yass::Declarations::Transform::RotateY
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(angle kind).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
7349 7350 7351 |
# File 'lib/yass/declarations.rb', line 7349 def accept(visitor) visitor.visit_declaration_transform_rotate_y(self) end |
#kind ⇒ Object
7353 7354 7355 |
# File 'lib/yass/declarations.rb', line 7353 def kind :rotate_y end |