Struct Hull.Plane
- 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
Offset
The plane offset such that P: n*x - d = 0
public readonly float Offset