Struct FrameContact#
Defined in File FrameCollider.h
Struct Documentation#
-
struct FrameContact#
Data for a contact between a pair of Frames.
Public Members
-
Karana::Core::ks_ptr<Karana::Scene::CollisionScenePart> part_1#
The first CollisionScenePart involved in the contact.
-
Karana::Math::Vec3 location_1#
Contact location on the first Frame relative to the first Frame and expressed in the first frame
-
Karana::Core::ks_ptr<Karana::Scene::CollisionScenePart> part_2#
The second CollisionScenePart involved in the contact.
-
Karana::Math::Vec3 location_2#
Contact location on the second Frame relative to the second Frame and expressed in the second frame
-
float penetration#
Maximum penetration distance.
-
Karana::Core::ks_ptr<Karana::Scene::CollisionScenePart> part_1#