See the dojox/gfx3d/_base.Edges reference documentation for more information.
multiplies the existing matrix with an argument on left side (matrix * this.matrix)
Parameter | Type | Description |
---|---|---|
matrix | dojox.gfx3d.matrix.Matrix | a matrix or a matrix-like object (see an argument of dojox.gfx.matrix.Matrix constructor for a list of acceptable arguments) |
multiplies the existing matrix with an argument on left side (matrix * this.matrix)
multiplies the existing matrix with an argument on right side (this.matrix * matrix)
Parameter | Type | Description |
---|---|---|
matrix | dojox.gfx3d.matrix.Matrix | a matrix or a matrix-like object (see an argument of dojox.gfx.matrix.Matrix constructor for a list of acceptable arguments) |
multiplies the existing matrix with an argument on right side (this.matrix * matrix)
a shortcut for dojox.gfx.Shape.applyRightTransform
Parameter | Type | Description |
---|---|---|
matrix | dojox.gfx3d.matrix.Matrix | a matrix or a matrix-like object (see an argument of dojox.gfx.matrix.Matrix constructor for a list of acceptable arguments) |
a shortcut for dojox.gfx.Shape.applyRightTransform
sets a fill object (the default implementation is to delegate to the underlying 2D shape).
Parameter | Type | Description |
---|---|---|
fill | Object | a fill object (see dojox.gfx.defaultLinearGradient, dojox.gfx.defaultRadialGradient, dojox.gfx.defaultPattern, dojo.Color or dojox.gfx.MODEL) |
sets a fill object (the default implementation is to delegate to the underlying 2D shape).
setup the object
Parameter | Type | Description |
---|---|---|
newObject | Points[] | Object | |
style | String |
Optional
|
setup the object
sets a stroke object (the default implementation simply ignores it)
Parameter | Type | Description |
---|---|---|
stroke | Object | a stroke object (see dojox.gfx.defaultStroke) |
sets a stroke object (the default implementation simply ignores it)
sets a transformation matrix
Parameter | Type | Description |
---|---|---|
matrix | undefined |
sets a transformation matrix
Parameter | Type | Description |
---|---|---|
lighting | undefined | |
normal | undefined |