Skip to main content
parse_projective_point
foundry_
cheatcodes
1.8.0
In foundry_
cheatcodes::
crypto
foundry_cheatcodes
::
crypto
Function
parse_
projective_
point
Copy item path
Source
fn parse_projective_point( x: &U256, y: &U256, z: &U256, name: &
str
, ) ->
Result
<ProjectivePoint>