Свойство | Тип | Описание | |
---|---|---|---|
End | IrrlichtNETCP.Vector2D | ||
Start | IrrlichtNETCP.Vector2D |
Метод | Описание | |
---|---|---|
Equals ( object o ) : bool | ||
From ( float xMin, float yMin, float xMax, float yMax ) : |
||
FromUnmanaged ( float b ) : |
||
GetAngleWith ( |
||
GetClosestPoint ( IrrlichtNETCP.Vector2D point ) : IrrlichtNETCP.Vector2D | ||
GetHashCode ( ) : int | ||
GetIntersectionWithCircle ( IrrlichtNETCP.Vector2D sorigin, float sradius, double &outdistance ) : bool | ||
GetPointOrientation ( IrrlichtNETCP.Vector2D point ) : float | ||
IsPointBetweenStartAndEnd ( IrrlichtNETCP.Vector2D point ) : bool | ||
IsPointOnLine ( IrrlichtNETCP.Vector2D point ) : bool | ||
Line2D ( IrrlichtNETCP.Vector2D start, IrrlichtNETCP.Vector2D end ) : System | ||
Line2D ( float sX, float sY, float eX, float eY ) : System | ||
Set ( IrrlichtNETCP.Vector2D start, IrrlichtNETCP.Vector2D end ) : void | ||
Set ( float sX, float sY, float eX, float eY ) : void | ||
ToUnmanaged ( ) : float[] | ||
intersectWith ( |
||
operator ( ) : |
||
operator ( ) : bool |
public static From ( float xMin, float yMin, float xMax, float yMax ) : |
||
xMin | float | |
yMin | float | |
xMax | float | |
yMax | float | |
Результат |
public static FromUnmanaged ( float b ) : |
||
b | float | |
Результат |
public GetClosestPoint ( IrrlichtNETCP.Vector2D point ) : IrrlichtNETCP.Vector2D | ||
point | IrrlichtNETCP.Vector2D | |
Результат | IrrlichtNETCP.Vector2D |
public GetIntersectionWithCircle ( IrrlichtNETCP.Vector2D sorigin, float sradius, double &outdistance ) : bool | ||
sorigin | IrrlichtNETCP.Vector2D | |
sradius | float | |
outdistance | double | |
Результат | bool |
public GetPointOrientation ( IrrlichtNETCP.Vector2D point ) : float | ||
point | IrrlichtNETCP.Vector2D | |
Результат | float |
public IsPointBetweenStartAndEnd ( IrrlichtNETCP.Vector2D point ) : bool | ||
point | IrrlichtNETCP.Vector2D | |
Результат | bool |
public IsPointOnLine ( IrrlichtNETCP.Vector2D point ) : bool | ||
point | IrrlichtNETCP.Vector2D | |
Результат | bool |
public Line2D ( IrrlichtNETCP.Vector2D start, IrrlichtNETCP.Vector2D end ) : System | ||
start | IrrlichtNETCP.Vector2D | |
end | IrrlichtNETCP.Vector2D | |
Результат | System |
public Line2D ( float sX, float sY, float eX, float eY ) : System | ||
sX | float | |
sY | float | |
eX | float | |
eY | float | |
Результат | System |
public Set ( IrrlichtNETCP.Vector2D start, IrrlichtNETCP.Vector2D end ) : void | ||
start | IrrlichtNETCP.Vector2D | |
end | IrrlichtNETCP.Vector2D | |
Результат | void |
public Set ( float sX, float sY, float eX, float eY ) : void | ||
sX | float | |
sY | float | |
eX | float | |
eY | float | |
Результат | void |
public intersectWith ( |
||
l | ||
o | IrrlichtNETCP.Vector2D | |
Результат | bool |