Method |
Description |
|
Add ( float _x, float _y, float _z, float _w ) : void |
|
|
Distance ( ) : float |
|
|
HPoint ( ) : System |
|
|
HPoint ( HPoint _Source ) : System |
|
|
HPoint ( System.Point _Source ) : System |
|
|
HPoint ( Vector _Source ) : System |
|
|
HPoint ( float _f ) : System |
|
|
HPoint ( float _x, float _y, float _z, float _w ) : System |
|
|
InnerProduct ( ) : float |
|
|
InnerSum ( ) : float |
|
|
Max ( ) : float |
|
|
Max ( HPoint _Op ) : void |
|
|
Min ( ) : float |
|
|
Min ( HPoint _Op ) : void |
|
|
Parse ( string _Source ) : HPoint |
|
|
Set ( HPoint _Source ) : void |
|
|
Set ( float _x, float _y, float _z, float _w ) : void |
|
|
SquareDistance ( ) : float |
|
|
ToString ( ) : string |
|
|
Zero ( ) : void |
|
|
operator ( ) : HPoint |
|
|
operator ( ) : Vector |
|
|
operator ( ) : bool |
|
|
this ( int _Index ) : float |
|
|