danielepanozzo / cg-old

44 stars 16 forks source link

[Assignment 1] Eigen vector cross product requires <Eigen/Dense> #81

Closed LihengGong closed 5 years ago

LihengGong commented 5 years ago

Eigen vector cross product requires headfile

#include <Eigen/Dense>

If that header file is not included, G++ will keep complaining about a linking error.