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