Click or drag to resize

Geometry Class

Provides utility methods for doing geometry.
Inheritance Hierarchy
SystemObject
  Gamelogic.ExtensionsGeometry

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(2, 0, 0)]
public static class Geometry
Methods
  NameDescription
Public methodStatic memberIsInHalfPlane(Vector2, Vector2, Vector2)
Determines whether a point is in the half plane described by a point and direction.
Public methodStatic memberIsInHalfPlane(Vector3, Vector3, Vector3)
Determines whether a point is in the half (3D, hyper) plane described by a point and direction.
Top
See Also