bbCameraProject function

Archives Forums/Blitz3D SDK Programming/bbCameraProject function

Moraldi(Posted 2008) [#1]
Can someone explain why
bbProjectedX(),
bbProjectedY(),
bbProjectedZ()

returns a floating point value. Why not an integer?


Beaker(Posted 2008) [#2]
Same reason it does in Blitz3D I presume. The maths behind the command will definitely yield floating point values, so why change it?