8 lines
		
	
	
		
			139 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			139 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #include "Index.h"
 | |
| 
 | |
| Index::Index(unsigned int v0, unsigned int v1, unsigned int v2) {
 | |
|   this->v0 = v0;
 | |
|   this->v1 = v1;
 | |
|   this->v2 = v2;
 | |
| }
 | 
