Summary

public bool IsInsideWorld(Vector3D pos)

Returns true if distance from 0,0,0 to provided position is less than WorldHalfExtent()

Returns

bool

True if distance is less than WorldHalfExtent()

Parameters