Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 860869
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T08:53:05+00:00 2026-05-15T08:53:05+00:00

I have a velocity ivar defined as a CGPoint. I need to somehow extract

  • 0

I have a velocity ivar defined as a CGPoint.

I need to somehow extract just the ‘x’ value of velocity, and then use this to call-send a message to the following method signature

-(void) adjustTimer:(NSTimeInterval*)newInterval

How do I obtain just the ‘x’ value of a CGPoint?
Do I then need to convert or cast this result before calling my adjustTimer method?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T08:53:06+00:00Added an answer on May 15, 2026 at 8:53 am

    This should do it:

    NSTimeInterval t = (NSTimeInterval) point.x;
    [self adjustTimer:&t];
    point.x = t;
    

    Note that NSTimeInterval is a double and x is a CGFloat, so it’s not safe to pass a direct pointer to your x value.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I use Dreamweaver heavily for modifying Liferay templates (Velocity files), and then have to
I have this velocity template. It works fine in one case, but doesn't in
I have this two vector<double> 's mass and velocity both of the same size
So this sensor I have returns a signed value between -500-500 by returning two
I have been trying to use a velocity Template with the following content: Sübjäct
I have a Java EE 6 application in which I'd like to use velocity
I Have velocity template like this one : +-----------------------------------------------------------+-------------+-------------+-------------+-------------+ | $totalPel Pelanggan | $totalBk
I have a Java string of XML content. I use Velocity to generate some
I have a quaternion (4x1) and an angular velocity vector(3x1) and I call a
I have an array set inside a velocity template that contains some paths. The

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.