Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCV/RustCV
/ new
Method
new
rustcv/src/imgproc/drawing.rs:14–16 ·
view source on GitHub ↗
(x: i32, y: i32)
Source
from the content-addressed store, hash-verified
12
13
impl Point {
14
pub fn new(x: i32, y: i32) -> Self {
15
Self { x, y }
16
}
17
}
18
19
#[derive(Clone, Copy, Debug)]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected