bgc-c/basic-geometry/tangent.c

5 lines
151 B
C

#include "tangent.h"
const bgc_tangent_fp32_t BGC_IDLE_TANGENT_FP32 = { 1.0f, 0.0f };
const bgc_tangent_fp64_t BGC_IDLE_TANGENT_FP64 = { 1.0, 0.0 };