The R Project SVN R-packages

Rev

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

Rev 452 Rev 1797
Line 271... Line 271...
271
	 ty = y[tyi00];
271
	 ty = y[tyi00];
272
	 tz = z[tzi00];
272
	 tz = z[tzi00];
273
	 heights[i] = (rot[2] * tx + rot[6] * ty + rot[10] * tz + rot[14]) 
273
	 heights[i] = (rot[2] * tx + rot[6] * ty + rot[10] * tz + rot[14]) 
274
		 / (rot[3] * tx + rot[7] * ty + rot[11] * tz + rot[15]);
274
		 / (rot[3] * tx + rot[7] * ty + rot[11] * tz + rot[15]);
275
 
275
 
276
 
-
 
277
 
-
 
278
	 /* (1,0) corner */
276
	 /* (1,0) corner */
279
	 tx = x[txi10];
277
	 tx = x[txi10];
280
	 ty = y[tyi10];
278
	 ty = y[tyi10];
281
	 tz = z[tzi10];
279
	 tz = z[tzi10];
282
	 th = (rot[2] * tx + rot[6] * ty + rot[10] * tz + rot[14]) 
280
	 th = (rot[2] * tx + rot[6] * ty + rot[10] * tz + rot[14])