예제 #1
0
파일: Geo3D.cs 프로젝트: Zipcore/7Dmods
    // <property name="FilterTags" value="fbuilding,fwood,fconstruction,fframes"/>

	public static Vector3 Surface(Vector3 start, int iniy = -1, Func<Block,bool> _IsGround = null) {
		return Vectors.ToFloat(Surface(Vectors.ToInt(start), iniy, _IsGround));
	}
예제 #2
0
 public IntLine(Vector3i center, Vector3 dir) : this(Vectors.ToFloat(center), dir)
 {
 }