SimpleDynMeshBuilder > Simple Dyn Mesh Builder BPLibrary > Calculate Vertex Sin and Cos

Calculate Vertex Sin and Cos

Calculates the Sine and Cosine values for a vertex at the given index based on the radians per vertex

Inputs

In
Exec

Rad Per Vert
Float (double-precision)
The radians per vertex
Vert Index
Integer
The index of the current vertex

Outputs

Out
Exec

Vert Cos
Float (double-precision)
Cosine value for calculating X/Y position
Vert Sin
Float (double-precision)
Sine value for calculating X/Y position