Table of Contents

Interface IMathEx

Namespace
GameCanvas
Assembly
GameCanvas.dll
public interface IMathEx : IMath
Inherited Members

Methods

Atan2(in float, in float)

ベクトルとX+軸平面のなす角度を計算します

float Atan2(in float x, in float y)

Parameters

x float

ベクトルのX軸の大きさ

y float

ベクトルのY軸の大きさ

Returns

float

角度(度数法)