See the dojox/gfx3d/_base.Path3d reference documentation for more information.
converts an array of arguments to plain numeric values
Parameter | Type | Description |
---|---|---|
array | Array | an output argument (array of numbers) |
args | Array | an input argument (can be values of Boolean, Number, dojox.gfx.Point, or an embedded array of them) |
adds a segment
Parameter | Type | Description |
---|---|---|
action | String | valid SVG code for a segment's type |
args | Array | a list of parameters for this segment |
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).
sets a Object object
Parameter | Type | Description |
---|---|---|
newObject | undefined |
sets a Object 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 |