Struct Intersection
- Namespace
- TaleWorlds.Engine
- Assembly
- TaleWorlds.Engine.dll
[EngineStruct("rglIntersection", false)]
public struct Intersection
- Inherited Members
- Extension Methods
Fields
Details
[CustomEngineStructMemberData("intersection_details")]
public IntersectionDetails Details
Field Value
IntersectionNormal
public Vec3 IntersectionNormal
Field Value
IntersectionPoint
public Vec3 IntersectionPoint
Field Value
Penetration
public float Penetration
Field Value
Type
[CustomEngineStructMemberData("intersection_type")]
public IntersectionType Type
Field Value
Methods
DoSegmentsIntersect(Vec2, Vec2, Vec2, Vec2, ref Vec2)
public static bool DoSegmentsIntersect(Vec2 line1Start, Vec2 line1Direction, Vec2 line2Start, Vec2 line2Direction, ref Vec2 intersectionPoint)
Parameters
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).