C# Class DemoLib.Vertex

Inheritance: ICloneable
Afficher le fichier Open project: mono/DemoLib Class Usage Examples

Méthodes publiques

Свойство Type Description
Origin Vertex
v float[]

Méthodes publiques

Méthode Description
Clone ( ) : object
Equals ( object obj ) : bool
GetHashCode ( ) : int
Set ( float x ) : void
Set ( float x, float y ) : void
Set ( float x, float y, float z ) : void
Set ( float x, float y, float z, float w ) : void
Set ( float vector, int length ) : void
ToString ( ) : string
Vertex ( ) : System
Vertex ( float x ) : System
Vertex ( float x, float y ) : System
Vertex ( float x, float y, float z ) : System
Vertex ( float x, float y, float z, float w ) : System
Vertex ( float vector, int length ) : System
operator ( ) : Vector
operator ( ) : Vertex
operator ( ) : bool

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Set() public méthode

public Set ( float x ) : void
x float
Résultat void

Set() public méthode

public Set ( float x, float y ) : void
x float
y float
Résultat void

Set() public méthode

public Set ( float x, float y, float z ) : void
x float
y float
z float
Résultat void

Set() public méthode

public Set ( float x, float y, float z, float w ) : void
x float
y float
z float
w float
Résultat void

Set() public méthode

public Set ( float vector, int length ) : void
vector float
length int
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Vertex() public méthode

public Vertex ( ) : System
Résultat System

Vertex() public méthode

public Vertex ( float x ) : System
x float
Résultat System

Vertex() public méthode

public Vertex ( float x, float y ) : System
x float
y float
Résultat System

Vertex() public méthode

public Vertex ( float x, float y, float z ) : System
x float
y float
z float
Résultat System

Vertex() public méthode

public Vertex ( float x, float y, float z, float w ) : System
x float
y float
z float
w float
Résultat System

Vertex() public méthode

public Vertex ( float vector, int length ) : System
vector float
length int
Résultat System

operator() public static méthode

public static operator ( ) : Vector
Résultat Vector

operator() public static méthode

public static operator ( ) : Vertex
Résultat Vertex

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Origin public_oe static_oe property

public static Vertex,DemoLib Origin
Résultat Vertex

v public_oe property

public float[] v
Résultat float[]