Class SS.coord
Co-ordinates. Holds co-ordinate information about an element
Defined in: SS.geom.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
SS.coord(x, y, z, w, h)
|
| Field Attributes | Field Name and Description |
|---|---|
|
height
|
|
|
width
|
|
|
x-axis
|
|
|
y-axis
|
|
|
z-Index
|
Class Detail
SS.coord(x, y, z, w, h)
- Parameters:
- x
- x-axis position
- y
- y-axis position
- z
- z-index position
- w
- width
- h
- height
Field Detail
h
height
w
width
x
x-axis
y
y-axis
z
z-Index
