cNumber

The c (1, 2) member of the matrix.

Example

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