Свойство | Тип | Описание | |
---|---|---|---|
Distance | Double | ||
Normal | Vector2d |
Метод | Описание | |
---|---|---|
NormalizeInPlace ( ) : void |
Normalize the Plane2d in place.
|
|
Plane2d ( Double normalX, Double normalY, Double distance ) : System |
Initialise the Plane2d.
|
|
Plane2d ( Vector2d normal, Double distance ) : System |
Initialise the Plane2d.
|
public Plane2d ( Double normalX, Double normalY, Double distance ) : System | ||
normalX | Double | |
normalY | Double | |
distance | Double | |
Результат | System |
public Plane2d ( Vector2d normal, Double distance ) : System | ||
normal | Vector2d | |
distance | Double | |
Результат | System |