C# Class R3.Math.GoldenVector4D

Afficher le fichier Open project: roice3/Honeycombs Class Usage Examples

Méthodes publiques

Méthode Description
ConvertToReal ( ) : Vector3D
Equals ( object obj ) : bool
GetHashCode ( ) : int
GoldenVector4D ( Golden x, Golden y, Golden z, Golden u ) : System.Diagnostics
Origin ( ) : GoldenVector4D

This is here because parameterless constructor leads to 0/0 Fractions. I should find a better way to deal with this (maybe these all just need to be classes).

ProjectOrthographic ( ) : bool
ProjectPerspective ( ) : bool
ReadVector ( string line ) : void
WriteVector ( ) : string
operator ( ) : GoldenVector4D
operator ( ) : bool

Private Methods

Méthode Description
ReadComponent ( string component ) : Golden
WriteComponent ( Golden val ) : string

Method Details

ConvertToReal() public méthode

public ConvertToReal ( ) : Vector3D
Résultat Vector3D

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GoldenVector4D() public méthode

public GoldenVector4D ( Golden x, Golden y, Golden z, Golden u ) : System.Diagnostics
x Golden
y Golden
z Golden
u Golden
Résultat System.Diagnostics

Origin() public static méthode

This is here because parameterless constructor leads to 0/0 Fractions. I should find a better way to deal with this (maybe these all just need to be classes).
public static Origin ( ) : GoldenVector4D
Résultat GoldenVector4D

ProjectOrthographic() public méthode

public ProjectOrthographic ( ) : bool
Résultat bool

ProjectPerspective() public méthode

public ProjectPerspective ( ) : bool
Résultat bool

ReadVector() public méthode

public ReadVector ( string line ) : void
line string
Résultat void

WriteVector() public méthode

public WriteVector ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : GoldenVector4D
Résultat GoldenVector4D

operator() public static méthode

public static operator ( ) : bool
Résultat bool