RT
Functions
vec3_mul.c File Reference
#include "rtstruct.h"
Include dependency graph for vec3_mul.c:

Functions

void vec3_mul (t_vec3 *res, t_vec3 *v1, t_vec3 *v2)
 
t_vec3 vec3_mul_ (t_vec3 a, t_vec3 b)
 

Function Documentation

◆ vec3_mul()

void vec3_mul ( t_vec3 res,
t_vec3 v1,
t_vec3 v2 
)

◆ vec3_mul_()

t_vec3 vec3_mul_ ( t_vec3  a,
t_vec3  b 
)