NodePitch()

Syntax

Result = NodePitch(#Node [, Mode])
Description
Get the pitch of the #Node.

Parameters

#Node The node to use.
Mode (optional) The mode to get the pitch. It can be one of the following value:
  #True : the pitch is adjusted, so it can put back in RotateNode() to get back the same orientation (default).
  #False: the pitch is the raw value, but it can't be used in RotateNode() to get back the same orientation.

Return value

The current pitch value of the node.

See Also

NodeYaw(), NodeRoll()

Supported OS

All

<- NodeLookAt() - Node Index - NodeRoll() ->