Neuro-VISOR  0.2.0
Visualize and interact with computational simulations using a virtual reality interface
C2M2.Tests.PlotTests Class Reference

Inherits MonoBehaviour.

Public Attributes

GameObject graphPrefab = null
 
bool runSinTest = true
 
Vector3 sinTestPosition = Vector3.zero
 
bool runCosTest = true
 
Vector3 cosTestPosition = new Vector3(0.6f, 0f, 0f)
 
bool runConstantTest = true
 
float constant = 4f
 
Vector3 constantTestPosition = new Vector3(-0.6f, 0f, 0f)
 

Private Member Functions

void Awake ()
 
LineGrapher InstantiateGraph (Vector3 position)
 
void SinTest (Vector3 position)
 
void CosTest (Vector3 position)
 
void ConstantTest (Vector3 position)
 

Member Function Documentation

◆ Awake()

void C2M2.Tests.PlotTests.Awake ( )
private

◆ ConstantTest()

void C2M2.Tests.PlotTests.ConstantTest ( Vector3  position)
private

◆ CosTest()

void C2M2.Tests.PlotTests.CosTest ( Vector3  position)
private

◆ InstantiateGraph()

LineGrapher C2M2.Tests.PlotTests.InstantiateGraph ( Vector3  position)
private

◆ SinTest()

void C2M2.Tests.PlotTests.SinTest ( Vector3  position)
private

Member Data Documentation

◆ constant

float C2M2.Tests.PlotTests.constant = 4f

◆ constantTestPosition

Vector3 C2M2.Tests.PlotTests.constantTestPosition = new Vector3(-0.6f, 0f, 0f)

◆ cosTestPosition

Vector3 C2M2.Tests.PlotTests.cosTestPosition = new Vector3(0.6f, 0f, 0f)

◆ graphPrefab

GameObject C2M2.Tests.PlotTests.graphPrefab = null

◆ runConstantTest

bool C2M2.Tests.PlotTests.runConstantTest = true

◆ runCosTest

bool C2M2.Tests.PlotTests.runCosTest = true

◆ runSinTest

bool C2M2.Tests.PlotTests.runSinTest = true

◆ sinTestPosition

Vector3 C2M2.Tests.PlotTests.sinTestPosition = Vector3.zero

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