RelativeTo
double RelativeTo (object obj, object space, channel chan )
Return Value: obj's chan channel as though it existed in space's coordinate space
Arguments:
obj | object in question |
space | object to use as parent space |
chan | channel to test |
This function will return the value of obj's chan channel "relative to" space. Think of space as the parent and obj as the child, the returned value will be that of the channel as if obj were parented to space.
Converted from CHM to HTML with chm2web Pro 2.82 (unicode) |