MCPcopy Create free account
hub / github.com/jabbany/CommentCoreLibrary / prepend

Method prepend

src/scripting/api/Display/Matrix.ts:234–236  ·  view source on GitHub ↗
(rhs:Matrix3D)

Source from the content-addressed store, hash-verified

232 }
233
234 public prepend(rhs:Matrix3D):void {
235 this._data = this.dotProduct(this._data, rhs._data);
236 }
237
238 public prependRotation(degrees:number, axis:Vector3D, pivotPoint:Vector3D = null):void {
239 if (pivotPoint !== null) {

Callers

nothing calls this directly

Calls 1

dotProductMethod · 0.95

Tested by

no test coverage detected