14 #ifndef CAST_TO_FLOAT_H 15 #define CAST_TO_FLOAT_H 24 INLINE_LINMATH LVecBase2f cast_to_float(
const LVecBase2d &source);
25 INLINE_LINMATH LVecBase3f cast_to_float(
const LVecBase3d &source);
26 INLINE_LINMATH LVecBase4f cast_to_float(
const LVecBase4d &source);
27 INLINE_LINMATH LVector2f cast_to_float(
const LVector2d &source);
28 INLINE_LINMATH LVector3f cast_to_float(
const LVector3d &source);
29 INLINE_LINMATH LVector4f cast_to_float(
const LVector4d &source);
30 INLINE_LINMATH LPoint2f cast_to_float(
const LPoint2d &source);
31 INLINE_LINMATH LPoint3f cast_to_float(
const LPoint3d &source);
32 INLINE_LINMATH LPoint4f cast_to_float(
const LPoint4d &source);
33 INLINE_LINMATH LMatrix3f cast_to_float(
const LMatrix3d &source);
34 INLINE_LINMATH LMatrix4f cast_to_float(
const LMatrix4d &source);
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.