Point3D.interpolate

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

class Point3D
void
interpolate
(,
double factor
,)

Parameters

b Point3D

a #graphene_point3d_t

factor double

the interpolation factor

res Point3D

the return location for the interpolated #graphene_point3d_t

Meta