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
    • Recent
    • Tags
    • Users
    • Register
    • Login

    Getting a points rotation

    Scheduled Pinned Locked Moved SDK Help
    4 Posts 0 Posters 250 Views
    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 Offline
      Helper
      last edited by

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

      On 09/12/2004 at 01:32, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   8.100 
      Platform:   Windows  ;   
      Language(s) :   C.O.F.F.E.E  ;

      ---------
      Hi all, after giving up searching the forum, I decided to post my question. I have a spline, I can retrieve the points of a spline and position using "GetPoints" and the resulting array. How doe I retrieve the rotation of a certain point in the spline? I would like to match he rotation of another object to the rotation of a cetain pint in the spline.

      Thanks

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

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

        On 09/12/2004 at 06:06, xxxxxxxx wrote:

        Single points don't have rotation or scaling factors; only translation factors (position - damn, wish C4D would use the mathematical terms). 😉 You'll have to get the rotation from the spline itself or do some form of local coordinate frame attached to the point that you can manipulate and track.

        Robert

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

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

          On 09/12/2004 at 07:09, xxxxxxxx wrote:

          Howdy,

          What about getting the point tangents? Wouldn't that at least get you a direction of the point according to the spline?

          Adios,
          Cactus Dan

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

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

            On 09/12/2004 at 10:54, xxxxxxxx wrote:

            Thanks a bunch, Robert and Dan, I´ll try both your tips out 🙂

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