|
staticprivate |
Calculates the points of a right 2D cone in 3D space.
origin | vector Origin of cone | |
length | float Length of the cone | |
halfAngle | float Half of the angle of the cone in radians | |
angleOffset | float Angle offset of the cone in radians (handy for rotating it along with something in the world) | |
[out] | leftPoint | vector Left point of the cone |
[out] | rightPoint | vector Right point of the cone |
Используется в Debug::DrawCone() и MeleeTargetSettings().