bNumber

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

Example

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