5 lines
139 B
C
5 lines
139 B
C
#include "tangent.h"
|
|
|
|
const BgFP32Tangent BG_FP32_IDLE_TANGENT = { 1.0f, 0.0f };
|
|
|
|
const BgFP64Tangent BG_FP64_IDLE_TANGENT = { 1.0, 0.0 };
|