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
b | a #graphene_point3d_t |
factor | the interpolation factor |
res | the return location for the interpolated #graphene_point3d_t |