Point3D.interpolate

void interpolate(graphene.point3_d.Point3D b, double factor, out graphene.point3_d.Point3D res)

Linearly interpolates each component of a and b using the provided factor, and places the result in res.

Parameters

ba #graphene_point3d_t
factorthe interpolation factor
resthe return location for the interpolated #graphene_point3d_t