MCPcopy Index your code
hub / github.com/jabbany/CommentCoreLibrary / append

Method append

src/scripting/api/Display/Matrix.ts:202–204  ·  view source on GitHub ↗
(lhs:Matrix3D)

Source from the content-addressed store, hash-verified

200 }
201
202 public append(lhs:Matrix3D):void {
203 this._data = this.dotProduct(lhs._data, this._data);
204 }
205
206 public appendRotation(degrees:number, axis:Vector3D, pivotPoint:Vector3D = null):void {
207 if (pivotPoint !== null) {

Callers 1

bscript.jsFile · 0.80

Calls 1

dotProductMethod · 0.95

Tested by

no test coverage detected