コード例 #1
0
ファイル: sphere.cpp プロジェクト: khanab85/NabliRender
Vect Sphere::getNormalAt(Vect p) {
	return p.subtract(position).normalize();
}