dNumber

The d (2, 2) member of the matrix.

Example

<script>
    var geom = kendo.geometry;
    var matrix = new geom.Matrix(1, 0, 0, 1.5, 10, 5);
    console.log(matrix.d); // outputs: 1.5
</script>
In this article
d
Not finding the help you need?
Contact Support