C# Class TrianglesInSpace.Objects.SelectableObject

Afficher le fichier Open project: anthony-martin/Triangles-in-space Class Usage Examples

Méthodes publiques

Méthode Description
IntersectsPoint ( Vector worldPosition, ulong time ) : bool
SelectableObject ( System.Guid owner, string name, IPath path ) : System
SelectableObject ( string name, IPath path ) : System

Method Details

IntersectsPoint() public méthode

public IntersectsPoint ( Vector worldPosition, ulong time ) : bool
worldPosition TrianglesInSpace.Primitives.Vector
time ulong
Résultat bool

SelectableObject() public méthode

public SelectableObject ( System.Guid owner, string name, IPath path ) : System
owner System.Guid
name string
path IPath
Résultat System

SelectableObject() public méthode

public SelectableObject ( string name, IPath path ) : System
name string
path IPath
Résultat System