Vector.angle

VectorとVectorの成す角を求めます

struct Vector(T, int Dimention)
const
angle
(
in VectorType v
)
if (
__traits(isArithmetic, T) &&
Dimention > 0
)

Meta