Cosine Lerp (LogiXノード)

From Neos Wiki
Revision as of 12:38, 13 February 2022 by Aesc (talk | contribs) (Created page with "'''Cosine Lerp'''ノードは、Lerp入力をコサイン曲線にマッピングしてAとBの間を補間した値を出力します。この結果、Lerp_(LogiX_node)|Ler...")
Jump to navigation Jump to search
Other languages:
English • ‎日本語
Constant Lerp
'Cosine Lerp' LogiX node
Inputs
  Float A
  Float B
  Float Lerp
Outputs
  Float *

Cosine Lerpノードは、Lerp入力をコサイン曲線にマッピングしてAとBの間を補間した値を出力します。この結果、Lerpノードよりも滑らかな補間が実現されます。

Usage

When spawned from the node browser, this node accepts float data by default. However, this node can be overloaded to accept a wide variety of numeric datatypes if an appropriate wire is connected to the input. The datatype must support decimal places due to the nature of the function.

Examples

Node Menu

NodeMenu-Math/ja