Remove inlining of Capsule::AnyPointFast() (seems to prevent compilation on -O3 optimization level)
This commit is contained in:
@@ -54,7 +54,7 @@ namespace J3ML::Geometry
|
||||
|
||||
|
||||
/// Quickly returns an arbitrary point inside this Capsule. Used in GJK intersection test.
|
||||
[[nodiscard]] inline Vector3 AnyPointFast() const;
|
||||
[[nodiscard]] Vector3 AnyPointFast() const;
|
||||
|
||||
/// Generates a point that perhaps lies inside this capsule.
|
||||
/** @param height A normalized value between [0,1]. This specifies the point position along the height line of this capsule.
|
||||
|
Reference in New Issue
Block a user