Apollo 10.0
自动驾驶开放平台
vec2d.h 文件参考

Defines the Vec2d class. 更多...

#include <cmath>
#include <string>
vec2d.h 的引用(Include)关系图:

浏览源代码.

class  apollo::common::math::Vec2d
 Implements a class of 2-dimensional vectors. 更多...
 

命名空间

namespace  apollo::common::math
 apollo::common::math
 
namespace  apollo
 class register implement
 
namespace  apollo::common
 apollo::common
 

函数

Vec2d apollo::common::math::operator* (const double ratio, const Vec2d &vec)
 Multiplies the given Vec2d by a given scalar
 

变量

constexpr double apollo::common::math::kMathEpsilon = 1e-10
 

详细描述

Defines the Vec2d class.

在文件 vec2d.h 中定义.