Searched refs:Dot (Results 1 – 1 of 1) sorted by relevance
194 float Dot(const Vec2& rhs) { return x_ * rhs.x_ + y_ * rhs.y_; } in Dot() function383 float Dot(const Vec3& rhs) { return x_ * rhs.x_ + y_ * rhs.y_ + z_ * rhs.z_; } in Dot() function601 float Dot(const Vec3& rhs) { return x_ * rhs.x_ + y_ * rhs.y_ + z_ * rhs.z_; } in Dot() function