Struct b3Plane
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
A plane, where separation = dot(normal, point) - offset. Mirror of b3Plane.
public struct b3Plane : IEquatable<b3Plane>Implements
Inherited Members
Fields
Methods
- Equals(b3Plane)
-
Indicates whether the current object is equal to another object of the same type.
- Equals(object?)
-
Indicates whether this instance and a specified object are equal.
- GetHashCode()
-
Returns the hash code for this instance.
Operators
- operator ==(b3Plane, b3Plane)
-
Determines whether two planes are equal.
- operator !=(b3Plane, b3Plane)
-
Determines whether two planes are unequal.