Struct Hull.Plane
- Assembly
- ValveResourceFormat.dll
Represents a plane in the hull.
public readonly struct Hull.PlaneInherited Members
Constructors
Plane(KVObject)
Initializes a new instance of the ValveResourceFormat.ResourceTypes.RubikonPhysics.Shapes.Hull.Plane struct.
public Plane(KVObject data)Parameters
dataKVObject
Fields
Normal
The plane normal.
public readonly Vector3 NormalField Value
Offset
The plane offset such that P: n*x - d = 0
public readonly float Offset