mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
5 lines
139 B
Python
5 lines
139 B
Python
import typing as T
|
|
|
|
_EYE_RADIUS_DEFAULT: float = 10.392304845413264
|
|
DEFAULT_SPHERE_CENTER: T.Tuple[float, float, float] = (0.0, 0.0, 35.0)
|