Represents a halfspace in 3D.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
[SerializableAttribute] public struct Halfspace |
Visual C++ |
---|
[SerializableAttribute] public value class Halfspace |
F# |
---|
[<SealedAttribute>] [<SerializableAttribute>] type Halfspace = struct end |
Remarks
The intersection of a halfspace with the unit sphere is a cap or circle on the surface of the sphere. These concepts are used interchangeably throughout this project.
Halfspace is a mutable value type.