DiscoverLearnDocumentationGet OpenPLXSearch Contact

Math/Line.openplx

Line

Line:
    start is Vec3
    end is Vec3

    static fn from_points(start: Vec3, end: Vec3) -> Line