Home
last modified time | relevance | path

Searched refs:Output (Results 1 – 1 of 1) sorted by relevance

/StarryEngine/starry_toolkit/src/base/
H A Dvector2.rs19 type Output = Vector2; typedef
21 fn add(self, other: Vector2) -> Self::Output { in add() argument
30 type Output = Vector2; typedef
32 fn sub(self, other: Vector2) -> Self::Output { in sub() argument