Function GraphTransform.ToWorld

ToWorld (Vector2 point, float elevation)

Transforms from the 'ground' plane of the graph to world space.

Private
Vector3 ToWorld (

Vector2

point

float

elevation

)

Transforms from the 'ground' plane of the graph to world space.

The transformation is purely a rotation so no scale or offset is used.