Constructor
new FlipNode( sourceNode : Node, components : string )
Constructs a new flip node.
| sourceNode |
The node which component(s) should be flipped. |
| components |
The components that should be flipped e.g. |
Properties
.components : string
The components that should be flipped e.g. 'x' or 'xy'.
.sourceNode : Node
The node which component(s) should be flipped.
Methods
.getNodeType( builder : NodeBuilder ) : string
This method is overwritten since the node type is inferred from the source node.
| builder |
The current node builder. |
- Overrides: TempNode#getNodeType
- Returns: The node type.