Свойство | Type | Description | |
---|---|---|---|
Distance | Length | ||
Normal | Vector2d |
Méthode | Description | |
---|---|---|
NormalizeInPlace ( ) : void |
Normalize the Plane2 in place.
|
|
Plane2 ( Double normalX, Double normalY, Length distance ) : System |
Initialise the Plane2.
|
|
Plane2 ( Vector2d normal, Length distance ) : System |
Initialise the Plane2.
|
public Plane2 ( Double normalX, Double normalY, Length distance ) : System | ||
normalX | Double | |
normalY | Double | |
distance | Length | |
Résultat | System |
public Plane2 ( Vector2d normal, Length distance ) : System | ||
normal | Vector2d | |
distance | Length | |
Résultat | System |