Calculates the Sine and Cosine values for a vertex at the given index based on the radians per vertex
In
Exec
|
|
Rad Per Vert
Float (double-precision)
|
The radians per vertex |
Vert Index
Integer
|
The index of the current vertex |
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 |