Subversion Repositories gelsvn

Rev

Rev 307 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 307 Rev 308
Line 74... Line 74...
74
	CGLA::Vec3f get_v0() const {return vert[0];}
74
	CGLA::Vec3f get_v0() const {return vert[0];}
75
	CGLA::Vec3f get_v1() const {return vert[1];}
75
	CGLA::Vec3f get_v1() const {return vert[1];}
76
	CGLA::Vec3f get_v2() const {return vert[2];}
76
	CGLA::Vec3f get_v2() const {return vert[2];}
77
 
77
 
78
	const CGLA::Vec3f& get_edge(int i) const {return edge[i];}
78
	const CGLA::Vec3f& get_edge(int i) const {return edge[i];}
-
 
79
 
-
 
80
	const CGLA::Vec3f& get_face_norm() const {return face_norm;}
79
	
81
	
80
};	
82
};	
81
 
83
 
82
}
84
}
83
#endif
85
#endif