bgc-c/basic-geometry/tangent.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 };