gwnavruntime/math/contourshape.h Source File
Go to the documentation of this file.
24 static void TransformedBoxContourCW(
const Transform& transform,
const Box3f& localBox, KyArray<Vec2f>& contour,
KyFloat32 mergeDist);
28 static void TransformedBoxContourCW(
const Transform& transform,
const Box3f& localBox, KyArray<Vec2f>& contour,
KyFloat32& altMin,
KyFloat32& altMax,
KyFloat32 mergeDist);
39 static void Init4PointsContour(
const Vec2f& center,
const Vec2f& side1,
const Vec2f& side2, KyArray<Vec2f>& contour);
50 static void Init6PointsContour(
const Vec2f& center,
const Vec2f& side1,
const Vec2f& side2,
const Vec2f& side3, KyArray<Vec2f>& contour);
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
float KyFloat32
float
Definition: types.h:32