C# Class TrianglesInSpace.Objects.SelectableObject

显示文件 Open project: anthony-martin/Triangles-in-space Class Usage Examples

Public Methods

Method 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 method

public IntersectsPoint ( Vector worldPosition, ulong time ) : bool
worldPosition TrianglesInSpace.Primitives.Vector
time ulong
return bool

SelectableObject() public method

public SelectableObject ( System.Guid owner, string name, IPath path ) : System
owner System.Guid
name string
path IPath
return System

SelectableObject() public method

public SelectableObject ( string name, IPath path ) : System
name string
path IPath
return System