5 lines
143 B
C
5 lines
143 B
C
#include "tangent.h"
|
|
|
|
const BgcTangentFP32 BGC_IDLE_TANGENT_FP32 = { 1.0f, 0.0f };
|
|
|
|
const BgcTangentFP64 BGC_IDLE_TANGENT_FP64 = { 1.0, 0.0 };
|