Skip to content

[controverse] Should I add geometory in 0.1.1 #5

Description

@Andyou007

Subject

I have already made geometory.rs. It returns below object with this signature. But, for now, I don't need it in animagram/app and also it is not essential function for rectgrid users.

pub fn as_on_line(point: [Unit; 2], line: Line<2>) -> PointOnGeometry<2>;
pub struct PointOnGeometry<const D: usize> {
    pub t: Parameter,
    pub projected: Point<D>,
    pub signed_distance: Unit,
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

controversyWhat we should talk about.

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions