Class Geometry
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
Provides utility methods for doing geometry.
[Version(2, 0, 0)]
public static class Geometry
- Inheritance
-
Geometry
- Inherited Members
Methods
- IsInHalfPlane(Vector2, Vector2, Vector2)
Determines whether a point is in the half plane described by a point and direction.
- IsInHalfPlane(Vector3, Vector3, Vector3)
Determines whether a point is in the half (3D, hyper) plane described by a point and direction.