Point3D.interpolate

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

class Point3D
void
interpolate

Parameters

b graphene.point3_d.Point3D

a #graphene_point3d_t

factor double

the interpolation factor

res graphene.point3_d.Point3D

the return location for the interpolated #graphene_point3d_t