Vector
- struct HPS.Vector
Public Functions
- override bool Equals (object obj)
- bool Equals (Point p)
- bool Equals (Vector p)
- override int GetHashCode ()
- double Length ()
- double Length2D ()
- double LengthSquared ()
- double LengthSquared2D ()
- float Magnitude ()
- float Manhattan ()
- Vector Normalize (float epsilon)
- Vector (float in_x, float in_y, float in_z)
- Vector (Plane p)
- Vector (Point p)
- Vector (Vector v)
- Vector (Vector2D v)
Public Static Functions