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

Method isIdentity

src/core/CommentUtils.ts:65–67  ·  view source on GitHub ↗

* Check equality to identity matrix * @returns {boolean} indicates whether this is the identity matrix

()

Source from the content-addressed store, hash-verified

63 * @returns {boolean} indicates whether this is the identity matrix
64 */
65 public isIdentity():boolean {
66 return this.equals(Matrix3D.identity());
67 }
68
69 /**
70 * Computes dot product of two Matrix3D objects

Callers 1

initMethod · 0.80

Calls 2

equalsMethod · 0.95
identityMethod · 0.45

Tested by

no test coverage detected