MathNode class

Inheritance

Constructors

MathNode(dynamic method, dynamic aNode, [dynamic bNode = null, dynamic cNode = null])

Properties

aNode ↔ dynamic
getter/setter pair
bNode ↔ dynamic
getter/setter pair
cNode ↔ dynamic
getter/setter pair
constant bool
getter/setter pairinherited
generateLength int
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
inputType ↔ dynamic
getter/setter pairinherited
method String
getter/setter pair
nodeType String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type → dynamic
no setterinherited
updateType NodeUpdateType
getter/setter pairinherited
uuid String
getter/setter pairinherited
value ↔ dynamic
getter/setter pairinherited
w ↔ dynamic
getter/setter pairinherited
xyz ↔ dynamic
getter/setter pairinherited

Methods

build(NodeBuilder builder, [dynamic output]) → dynamic
inherited
generate([dynamic builder, dynamic output]) → dynamic
override
getHash([dynamic builder]) → dynamic
inherited
getInputType(dynamic builder) → dynamic
getNodeType([dynamic builder, dynamic output]) → dynamic
override
getProperty(String name) → dynamic
inherited
getUpdateType([dynamic builder]) → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update([dynamic frame]) → dynamic
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

ABS → const String
ACOS → const String
ASIN → const String
ATAN → const String
CEIL → const String
CLAMP → const String
COS → const String
CROSS → const String
DEG → const String
DFDX → const String
DFDY → const String
DISTANCE → const String
DOT → const String
EXP → const String
EXP2 → const String
FACEFORWARD → const String
FLOOR → const String
FRACT → const String
INV_SQRT → const String
INVERT → const String
LENGTH → const String
LOG → const String
LOG2 → const String
MAX → const String
MIN → const String
MIX → const String
MOD → const String
NEGATE → const String
NORMALIZE → const String
POW → const String
RAD → const String
REFLECT → const String
REFRACT → const String
ROUND → const String
SATURATE → const String
SIGN → const String
SIN → const String
SMOOTHSTEP → const String
SQRT → const String
STEP → const String
TAN → const String
TRANSFORM_DIRECTION → const String