#include "nvsgcommon.h"
#include "nvmath/nvmath.h"
#include "nvmath/Vec3f.h"
Include dependency graph for VNVector.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | nvsg |
Functions | |
VNVector | lerp (float alpha, const VNVector &v0, const VNVector &v1) |
Linear interpolation between two VNVector . |
|
Linear interpolation between two
Performs a linear interpolation v = v0 + alpha * ( v1 - v0 ) of each corresponding vertex and normal of the two
|