MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / getMatrix

Method getMatrix

src/scripting/api/Display/Transform.ts:150–156  ·  view source on GitHub ↗

* Returns the working matrix as a serializable object * @returns {*} Serializable Matrix

()

Source from the content-addressed store, hash-verified

148 * @returns {*} Serializable Matrix
149 */
150 public getMatrix():ISerializable {
151 if (this._matrix) {
152 return this._matrix;
153 } else {
154 return this._matrix3d;
155 }
156 }
157
158 /**
159 * Returns matrix type in use

Callers 1

serializeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected