From c27530c79fd135c499a52b222e9cec16aa1951ad Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Fri, 11 Nov 2022 21:55:34 -0500 Subject: graph improvements --- functions.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'functions.h') diff --git a/functions.h b/functions.h index eff7435..a6b608e 100644 --- a/functions.h +++ b/functions.h @@ -14,7 +14,8 @@ static ImVec2 Layer_LocalToScreenSpace(project_state *State, memory *Memory, blo static v2 TransformPoint(layer_transforms T, real32 Width, real32 Height, v2 Point); -static bezier_point * Bezier_Lookup(memory *Memory, property_channel *Property, uint16 Index); +static bezier_point * Bezier_LookupAddress(memory *Memory, property_channel *Property, uint16 Index); +static void Bezier_EvaluateValue(project_state *State, bezier_point *PointAddress, v2 *Pos); static void Transform_ApplyInteractive(interact_transform Interact, real32 *OutputX, real32 *OutputY, real32 *OutputRotation, real32 *OutputScale); -- cgit v1.2.3