The VectorSignal
class monitors a vector.
Property | Description |
---|---|
|
Represents the X component of the vector. |
|
Represents the Y component of the vector. |
|
Represents the Z component of the vector. |
Method | Description |
---|---|
|
Returns a signal with the value that is the sum of the values of the given signals. Note: See Also: |
|
Returns a vector signal with the value that is the cross product of the given signals. See Also: |
|
Delays a vector signal. The argument is an object with a "milliseconds" property specifying the delay duration in milliseconds. |
|
Returns a scalar signal with the value that is the dot product of the given signals. See Also: |
|
Smoothes a variable signal using exponential averaging over time. The argument specifies the dampening time constant in milliseconds. Note: See also |
|
Returns the magnitude of the vector as a |
|
Returns a signal with the value that is the product of the values of the given signals. See Also: |
|
Returns a signal with the negated value of the given signal. See Also: |
|
Returns a signal with the value that is the difference of the values of the given signals. See Also: |
|
Returns a signal with the value that is the sum of the values of the given signals. Note: See Also: |
|
Throws an error. Signals are not supposed to be implicitly converted to scalar values. See also: |