Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    nan in the Coordinates Manager?

    SDK Help
    0
    3
    186
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 24/10/2004 at 19:12, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   8.5+ 
      Platform:   Windows  ; Mac  ;  Mac OSX  ; 
      Language(s) :     C++  ;

      ---------
      Howdy,

      What does it mean when an object disapears in the editor view and "nan" appears in all of the fields in the Coordinates Manager? (obviously a serious bug in my plugin code)

      I'm having a hard time making it do that again. If someone can tell me what "nan" means and what can cause this to happen, I may be able to find the bug a little quicker.

      I'm doing my coding and testing in R9.

      Adios,
      Cactus Dan

      1 Reply Last reply Reply Quote 0
      • H
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 24/10/2004 at 20:24, xxxxxxxx wrote:

        nan = Not A Number. This is usually returned to represent division by zero or division by infinity when using floating point values.

        Check the link:

        NaN

        1 Reply Last reply Reply Quote 0
        • H
          Helper
          last edited by

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 24/10/2004 at 20:52, xxxxxxxx wrote:

          Howdy,

          Thanks, Robert.

          As I suspected, a possible division by Zero could be the cause. Now I know exactly what to look for.

          And, thanks for the great link, too. I've bookmarked it.

          Adios,
          Cactus Dan

          1 Reply Last reply Reply Quote 0
          • First post
            Last post