Function game_library::math::slope_vec

source ·
pub fn slope_vec(
    player_transform: &Transform,
    cursor_position: &CursorPosition
) -> Vec2
Expand description

Returns a vector representing the slope between the player and the cursor

Arguments

  • player_transform - The transform of the player
  • cursor_position - The position of the cursor (from the cursor resource)

Returns

  • Vec2 - The slope vector (normalized)