mirror of
https://github.com/jhasse/poly2tri.git
synced 2024-11-26 15:26:12 +01:00
fixed Point::set_zero()
This commit is contained in:
parent
717ceafdd3
commit
105c2f16cc
@ -62,8 +62,8 @@ struct Point {
|
|||||||
/// Set this point to all zeros.
|
/// Set this point to all zeros.
|
||||||
void set_zero()
|
void set_zero()
|
||||||
{
|
{
|
||||||
x = 0.0f;
|
x = 0.0;
|
||||||
y = 0.0f;
|
y = 0.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Set this point to some specified coordinates.
|
/// Set this point to some specified coordinates.
|
||||||
|
Loading…
Reference in New Issue
Block a user