M&B: Bannerlord 1.2.7
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.Engine.Intersection Struct Reference

Static Public Member Functions

static bool DoSegmentsIntersect (Vec2 line1Start, Vec2 line1Direction, Vec2 line2Start, Vec2 line2Direction, ref Vec2 intersectionPoint)
 

Public Attributes

float Penetration
 
IntersectionType Type
 
IntersectionDetails Details
 
Vec3 IntersectionPoint
 
Vec3 IntersectionNormal
 

Member Function Documentation

◆ DoSegmentsIntersect()

static bool TaleWorlds.Engine.Intersection.DoSegmentsIntersect ( Vec2  line1Start,
Vec2  line1Direction,
Vec2  line2Start,
Vec2  line2Direction,
ref Vec2  intersectionPoint 
)
static

Member Data Documentation

◆ Penetration

float TaleWorlds.Engine.Intersection.Penetration

◆ Type

IntersectionType TaleWorlds.Engine.Intersection.Type

◆ Details

IntersectionDetails TaleWorlds.Engine.Intersection.Details

◆ IntersectionPoint

Vec3 TaleWorlds.Engine.Intersection.IntersectionPoint

◆ IntersectionNormal

Vec3 TaleWorlds.Engine.Intersection.IntersectionNormal