MCPcopy Create free account
hub / github.com/OxideEngine/Oxide / Vector2

Class Vector2

oxide_math/commons/vector2.rs:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9#[derive(PartialEq, Debug, Serialize, Deserialize)]
10pub struct Vector2 {
11 pub x: f32,
12 pub y: f32,
13}
14
15// impl vector::Rotate for Vector2 {
16// fn rotate(&self, _rotation_matrix: matrix::Matrix) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected