All pastes #2128932 Raw Edit

Stuff

public text v1 · immutable
#2128932 ·published 2012-03-16 20:47 UTC
rendered paste body
	victor = MyArea.Min;
	victor.x += rand(MyArea.Max.x - MyArea.Min.x);
	victor.y += rand(MyArea.Max.Y - MyArea.Min.y);
	victor.z += rand(MyArea.Max.Z - MyArea.Min.z);
	`log("Contains Point" @ vector @ ContainsPoint(victor));