Neuro-VISOR  0.2.0
Visualize and interact with computational simulations using a virtual reality interface
C2M2.Utils.Triangle Struct Reference

Stores the indices of a trinagle in a simpler to understand way More...

Public Member Functions

 Triangle (int v1, int v2, int v3)
 

Properties

int v1 [get, private set]
 
int v2 [get, private set]
 
int v3 [get, private set]
 

Detailed Description

Stores the indices of a trinagle in a simpler to understand way

Constructor & Destructor Documentation

◆ Triangle()

C2M2.Utils.Triangle.Triangle ( int  v1,
int  v2,
int  v3 
)

Property Documentation

◆ v1

int C2M2.Utils.Triangle.v1
getprivate set

◆ v2

int C2M2.Utils.Triangle.v2
getprivate set

◆ v3

int C2M2.Utils.Triangle.v3
getprivate set

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