Table of Contents

Method NormalizedToWorldPoint

Namespace
Pinwheel.Griffin
Assembly
Pinwheel.Polaris.Runtime.dll

NormalizedToWorldPoint(Vector3)

Convert a point in normalized [0-1] space to world space.

public Vector3 NormalizedToWorldPoint(Vector3 normalizedPoint)

Parameters

normalizedPoint Vector3

A point in normalized [0-1] space.

Returns

Vector3

A point in world space.