ScaleSignal
Last updated
Last updated
Property
Description
x
(get) x: ScalarSignal (set) (Not Available)
Represents the X coordinate of the scale.
y
(get) y: ScalarSignal (set) (Not Available)
Represents the Y coordinate of the scale.
z
(get) z: ScalarSignal (set) (Not Available)
Represents the Z coordinate of the scale.
Method
Description
div
div(other: ScaleSignal): ScaleSignal
Returns a signal with the value that is the element-wise division of the values of the given signals.
mul
mul(other: ScaleSignal): ScaleSignal
Returns a signal with the value that is the element-wise multiplication of the values of the given signals.