Chicane

Line

ヘッダー
Includes/Chicane/Core/Math/Line.hpp
ネームスペース
Chicane::Line

Types

名前価値説明
Points
std::vector<Vec2>

関数

アクセスタイプモディファイア名前説明
public
bool
const
isEmpty()
public
const
getStartPoint()
public
const
getEndPoint()
public
const  Points&
const
getPoints()
public
void
addPoint(
const  Vec2& inPoint
)

メンバ

アクセスタイプモディファイア名前説明
protected
m_points