Méthode | Description | |
---|---|---|
FromVertex ( Vertex vertex ) : |
Converts the vertex to a normal. This does nothing more than copy the X, Y and Z coordinates of the vertex into a new Normal instance. |
|
Invert ( ) : void |
Flips the normal so it faces the opposite direction.
|
|
Normal ( ) : System |
Creates a new, empty Normal.
|
|
Normal ( float x, float y, float z ) : System |
Creates a new Normal using the provided coordinates.
|
|
Read ( |
Reads a single Normal from the reader.
|
|
Read ( |
Reads a single Normal from the reader.
|
|
ToString ( ) : string |
Returns the string representation of this Normal.
|
public static FromVertex ( Vertex vertex ) : |
||
vertex | Vertex | The |
Résultat |
public Normal ( float x, float y, float z ) : System | ||
x | float | |
y | float | |
z | float | |
Résultat | System |
public static Read ( |
||
reader | The reader which contains a |
|
Résultat |
public static Read ( |
||
reader | The reader which contains a |
|
Résultat |