Property | Type | Description | |
---|---|---|---|
Distance | Double | ||
Normal | Vector2d |
Method | Description | |
---|---|---|
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 | |
return | System |
public Plane2d ( Vector2d normal, Double distance ) : System | ||
normal | Vector2d | |
distance | Double | |
return | System |