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

  • SEARCH
  • Home
  • 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 8674935
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T19:49:42+00:00 2026-06-12T19:49:42+00:00

How is possible to detect if a 3D point is inside a cone or

  • 0

How is possible to detect if a 3D point is inside a cone or not?

Ross cone = (x1, y1, h1)
Cone angle = alpha
Height of the cone = H
Cone radius = R
Coordinates of the point of the cone = P1 (x2, y2, h2)
Coordinates outside the cone = P2( x3, y3, h3)

Result for point1 = true
Result for point2 = false
  • 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-06-12T19:49:43+00:00Added an answer on June 12, 2026 at 7:49 pm

    To expand on Ignacio’s answer:

    Let

    x = the tip of the cone
    dir = the normalized axis vector, pointing from the tip to the base
    h = height
    r = base radius
    
    p = point to test
    

    So you project p onto dir to find the point’s distance along the axis:

    cone_dist = dot(p - x, dir)
    

    At this point, you can reject values outside 0 <= cone_dist <= h.

    Then you calculate the cone radius at that point along the axis:

    cone_radius = (cone_dist / h) * r
    

    And finally calculate the point’s orthogonal distance from the axis to compare against the cone radius:

    orth_distance = length((p - x) - cone_dist * dir)
    
    is_point_inside_cone = (orth_distance < cone_radius)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: How to detect a floating point number using a regular expression How
Possible Duplicate: How to detect a click outside an element? I have an element
Possible Duplicate: Detect multitouch with Ontouch listener Android I have a question about detecting
Possible Duplicate: Detect Facebook page fan on the website I have a question to
Is it possible to detect if the visible map display more than one time
Is it possible to detect the specific webcam hardware that a person is using
Is it possible to detect the system/processor architecture while the program is running (under
Is it possible to detect changes in the base64 encoding of an object to
Is it possible to detect that the user has an external headset plugged into
Is it possible to detect that whether any modal dialog box is open over

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.