OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zSize
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
ModelBuilder.java
433
* @param
zSize
Length of a single row on z. */
434
public Model createLineGrid (int xDivisions, int zDivisions, float xSize, float
zSize
, Material material, long attributes) {
437
float xlength = xDivisions * xSize, zlength = zDivisions *
zSize
, hxlength = xlength / 2, hzlength = zlength / 2;
453
z1 +=
zSize
;
454
z2 +=
zSize
;
/external/sqlite/dist/orig/
shell.c
[
all
...]
/external/sqlite/dist/
shell.c
[
all
...]
Completed in 238 milliseconds