Code Monkey home page Code Monkey logo

Comments (3)

sonygod avatar sonygod commented on June 27, 2024

Tests whether parallel lines intersect fail.

 Line2<float_t> line2_5({0.0, 0.0}, {1.0, 0.0});

    Line2<float_t> line2_6({0.0, 1.0}, {1.0, 1.0});


    IntrPointLine2AndLine2<float_t> intrLine2AndLine2_2;

    auto result7 = intrLine2AndLine2_2(line2_5, line2_6);

    assert(result7.intersect == false);

image

from geometrictools.

owai1980 avatar owai1980 commented on June 27, 2024

from geometrictools.

sonygod avatar sonygod commented on June 27, 2024

thanks, yes, line 2 is defined by 1 point and direction instead of two points.

from geometrictools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.