Point Interpolation: Linear Interpolation (Lerp) #15
Labels
Feature addition
Lable for a new Feature Addition
good first issue
Good for newcomers
Hard
Hard tag for JWOC contributors.
JWOC
Role for JWOC contributors.
Title: Interpolate between two points using linear interpolation
Description:
Implement a static
lerp()
function for the Point class to interpolate between two points using linear interpolation.Function Signature:
File: Point.hpp
Class: Point
Acceptance Criteria:
lerp()
function to thePoint
class.The text was updated successfully, but these errors were encountered: