Свойство | Тип | Описание | |
---|---|---|---|
Distance | Double | ||
Normal | Vector3d |
Метод | Описание | |
---|---|---|
Intersect ( |
Get the intersection point between the three planes.
|
|
Intersect ( |
Get the intersection point between the three planes.
|
|
NormalizeInPlace ( ) : void |
Normalize the Plane3d in place.
|
|
Plane3d ( Double normalX, Double normalY, Double normalZ, Double distance ) : System |
Initialise the Plane3d.
|
|
Plane3d ( Vector3d normal, Double distance ) : System |
Initialise the Plane3d.
|
public Intersect ( |
||
b | ||
c | ||
Результат | Vector3d |
public Intersect ( |
||
b | ||
c | ||
result | Vector3d | |
Результат | void |
public Plane3d ( Double normalX, Double normalY, Double normalZ, Double distance ) : System | ||
normalX | Double | |
normalY | Double | |
normalZ | Double | |
distance | Double | |
Результат | System |
public Plane3d ( Vector3d normal, Double distance ) : System | ||
normal | Vector3d | |
distance | Double | |
Результат | System |