![]() |
ptvr
v0.1
A Python toolkit for creating VR experiments.
|
Public Member Functions | |
def | __init__ (self, pos=(0, 0, 0)) |
def | to_string (self) |
Public Attributes | |
x | |
y | |
z | |
A Cartesian Frame, defined by x,y and z coordinates centred at the centre of the tracked room. Positive x is in the forward direction. Positive y is in the upward direction. Positive z is in the left.
def ptvr.stimuli.world.Cartesian.__init__ | ( | self, | |
pos = (0, 0, 0) |
|||
) |
def ptvr.stimuli.world.Cartesian.to_string | ( | self | ) |
ptvr.stimuli.world.Cartesian.x |
ptvr.stimuli.world.Cartesian.y |
ptvr.stimuli.world.Cartesian.z |