Table of Contents

Struct Rubikon.AABBTraceContext

Namespace
ValveResourceFormat.Renderer
Assembly
Renderer.dll
public readonly struct Rubikon.AABBTraceContext

Inherited Members

Constructors

AABBTraceContext(Vector3, Vector3, Vector3)

public AABBTraceContext(Vector3 start, Vector3 end, Vector3 halfExtents)

Parameters

start Vector3
end Vector3
halfExtents Vector3

Properties

Direction

public Vector3 Direction { get; }

Property Value

Vector3

End

public Vector3 End { get; }

Property Value

Vector3

HalfExtents

public Vector3 HalfExtents { get; }

Property Value

Vector3

Length

public float Length { get; }

Property Value

float

Origin

public Vector3 Origin { get; }

Property Value

Vector3