Subversion Repositories gelsvn

Rev

Rev 2 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 321
Line 12... Line 12...
12
	Vec3i::Vec3i(const Vec3uc& v): 
12
	Vec3i::Vec3i(const Vec3uc& v): 
13
		ArithVec3Int<int,Vec3i>(v[0],v[1],v[2]) {}
13
		ArithVec3Int<int,Vec3i>(v[0],v[1],v[2]) {}
14
 
14
 
15
	Vec3i::Vec3i(const Vec3usi& v): 
15
	Vec3i::Vec3i(const Vec3usi& v): 
16
		ArithVec3Int<int,Vec3i>(v[0],v[1],v[2]) {}
16
		ArithVec3Int<int,Vec3i>(v[0],v[1],v[2]) {}
17
 
-
 
18
}
17
}