new Box(a, b, c)
Creates box as new Ayce.Object3D
Parameters:
Name | Type | Description |
---|---|---|
a |
Number | |
b |
Number | |
c |
Number |
- Source:
Methods
containsPoint(vector3)
Returns true if specified point is within geometry
Parameters:
Name | Type | Description |
---|---|---|
vector3 |
Ayce.Vector3 |
- Source:
Returns:
b1
getO3D(asWireframe) → {Ayce.Object3D}
Returns box geometry as Ayce.Object3D
Parameters:
Name | Type | Description |
---|---|---|
asWireframe |
Boolean |
- Source:
Returns:
o3D
- Type
- Ayce.Object3D