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 8291897
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T13:17:07+00:00 2026-06-08T13:17:07+00:00

I’m using sylvester.js for a math framework, but seem to have either forgotten geometry

  • 0

I’m using sylvester.js for a math framework, but seem to have either forgotten geometry (likely), or am not using it correct. I’m trying:

var angle = 45;
var line1 = $L([1,1],[Math.tan(angle * Math.PI/180),Math.tan(angle * Math.PI/180)]); //Should be a 45-degree angle
angle = -45;
var line2 = $L([0,0],[Math.tan(angle * Math.PI/180),Math.tan(angle * Math.PI/180)]); //Should be a -45-degree angle
line1.intersects(line2);
//returns false, should be true, I would think?

This should create a line through 0,0 at -45 degrees, and another through 1,1 at 45 degrees that intersect, right? Any suggestions? (Note: I usually use a deg2rad var instead of Math.PI/180, this is purely for example sake)

  • 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-08T13:17:10+00:00Added an answer on June 8, 2026 at 1:17 pm

    Recall that the tangent of an angle is equal to the length of the opposite leg over the adjacent leg. In other words, rise over run. Thus, the tangent gives you the slope of the line, not the vector along the line.

    enter image description here

    To convert an angle to a vector, use sine and cosine:

    m⃑ = [cos(θ), sin(θ)]
    

    You see this in the formula to convert from polar to Cartesian coordinates:

    (x, y) = (r * cos(θ), r * sin(θ))

    Since the magnitude doesn’t matter (even if you had a magnitude, $L normalizes the vector), leave the “r” out of the equation and you get the equation for m⃑ above.

    Note that for each direction vector in your code, the two components are equal, so the vectors lie on the line y=x; thus they are parallel. You can also show the vectors are parallel because the vectors are scalar multiples of each other. More specifically, since the vectors have opposite direction (the scalar is negative), they are antiparallel. The reference points (0,0) and (1,1) lie on both lines, so the lines spanned by each vector overlap. Sylvester.js’ Line.intersects returns true only if there’s a unique intersection point. Since the two lines intersect everywhere, there’s no unique point, and the function returns false.

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

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I have a French site that I want to parse, but am running into
I have thousands of HTML files to process using Groovy/Java and I need to
I am trying to loop through a bunch of documents I have to put
I have a .ini file as follows: [playlist] numberofentries=2 File1=http://87.230.82.17:80 Title1=(#1 - 365/1400) Example
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
That's pretty much it. I'm using Nokogiri to scrape a web page what has
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I want to count how many characters a certain string has in PHP, but
I have just tried to save a simple *.rtf file with some websites and

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.