Function poi::vec4

source ·
pub fn vec4<X: Into<Expr>, Y: Into<Expr>, Z: Into<Expr>, W: Into<Expr>>(
    x: X,
    y: Y,
    z: Z,
    w: W
) -> Expr
Expand description

A 4D vector.