Table of Contents

Struct Hull.Plane

Namespace
ValveResourceFormat.ResourceTypes.RubikonPhysics.Shapes
Assembly
ValveResourceFormat.dll

Represents a plane in the hull.

public readonly struct Hull.Plane

Inherited Members

Constructors

Plane(KVObject)

Initializes a new instance of the ValveResourceFormat.ResourceTypes.RubikonPhysics.Shapes.Hull.Plane struct.

public Plane(KVObject data)

Parameters

data KVObject

Fields

Normal

The plane normal.

public readonly Vector3 Normal

Field Value

Vector3

Offset

The plane offset such that P: n*x - d = 0

public readonly float Offset

Field Value

float