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