ptvr  v0.1
A Python toolkit for creating VR experiments.
ptvr.stimuli.world.Cartesian Class Reference
Inheritance diagram for ptvr.stimuli.world.Cartesian:
ptvr.stimuli.world.Frame

Public Member Functions

def __init__ (self, pos=(0, 0, 0))
 
def to_string (self)
 

Public Attributes

 x
 
 y
 
 z
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

def ptvr.stimuli.world.Cartesian.__init__ (   self,
  pos = (0, 0, 0) 
)

Member Function Documentation

◆ to_string()

def ptvr.stimuli.world.Cartesian.to_string (   self)

Member Data Documentation

◆ x

ptvr.stimuli.world.Cartesian.x

◆ y

ptvr.stimuli.world.Cartesian.y

◆ z

ptvr.stimuli.world.Cartesian.z

The documentation for this class was generated from the following file: