New to Kendo UI for jQueryStart a free 30-day trial

Unit

class methods

Returns the unit (identity) transformation matrix.

Returns:kendo.geometry.Matrix

The unit (identity) matrix.

<script>
    var geom = kendo.geometry;
    // Get the unit (identity) matrix
    var unitMatrix = geom.Matrix.unit();
    console.log("Unit matrix:", unitMatrix.toString()); // outputs: "1, 0, 0, 1, 0, 0"
</script>
Not finding the help you need?
Contact Support