Class cc.vertex3
cc.Vertex3F
- Defined in: CCTypes.js
Constructor Attributes | Constructor Name and Description |
---|---|
cc.vertex3(x, y, z)
Helper macro that creates an Vertex3F type composed of 3 floats: x, y, z
|
Class Detail
cc.vertex3(x, y, z)
Helper macro that creates an Vertex3F type composed of 3 floats: x, y, z
- Parameters:
- {Number} x
- {Number} y
- {Number} z
- Returns:
- {cc.Vertex3F}