![]() |
ptvr
v0.1
A Python toolkit for creating VR experiments.
|
Public Member Functions | |
def | __init__ (self, r=0, polar=0, elevation=0, units='degrees') |
def | degree2radian (self) |
def | to_string (self) |
Public Attributes | |
r | |
polar | |
elevation | |
units | |
A Spherical Frame, defined by radius and polar and elevation angle, centred at the centre of the tracked room.
def ptvr.stimuli.world.Spherical.__init__ | ( | self, | |
r = 0 , |
|||
polar = 0 , |
|||
elevation = 0 , |
|||
units = 'degrees' |
|||
) |
def ptvr.stimuli.world.Spherical.degree2radian | ( | self | ) |
def ptvr.stimuli.world.Spherical.to_string | ( | self | ) |
ptvr.stimuli.world.Spherical.elevation |
ptvr.stimuli.world.Spherical.polar |
ptvr.stimuli.world.Spherical.r |
ptvr.stimuli.world.Spherical.units |