TrigonometryNode

Associated Parameters: TrigonometryNode

Introduced

7.0

UI Location

• Math > Trigonometry

Description

Outputs the result of performing the trigonometric function specified in the Function parameter on the input value.

Note: The ArcTan function outputs a result in the range [-90,90] degrees. For a result in the range of [-180,180] degrees, use the ArcTan2Node node instead.

Parameters

Parameter Name

Scripting Name

Type

Description

Function

function

Integer

Function

Possible Values:

0: Sin

1: Cos

2: Tan

3: ArcSin

4: ArcCos

5: ArcTan

Port Description

Inputs

Group ID

Instances

Port Name

Connection Info

Description

0

1

value

Type: siICENodeDataFloat

Structure: siICENodeStructureAny

Context: siICENodeContextAny

The value on which to perform the specified trigonometric function.

Outputs

Port Name

Connection Info

Description

result

Type: siICENodeDataFloat

Structure: siICENodeStructureAny

Context: siICENodeContextAny

The value resulting from applying the selected trigonometric function. The value is returned in degrees when one of the following functions is selected: ArcSin, ArcCos, ArcTan.

Restrictions

• These structures must match: value, result

• These contexts must match: value, result

See Also

ArcTan2Node



Autodesk Softimage v7.5