Skip to contents

Matrix Scale

Usage

matrix_scale(x, y, z)

Arguments

x

A number.

y

A number.

z

A number.

Value

A 4x4 numeric matrix

Examples

matrix_scale(0.0, 0.0, 0.0)
#>      [,1] [,2] [,3] [,4]
#> [1,]    0    0    0    0
#> [2,]    0    0    0    0
#> [3,]    0    0    0    0
#> [4,]    0    0    0    1