Navigation: Code Documentation > RSCommon > RSVector > Classes > TRSVector
TRSVector Constructors
Name
Description
Create
Overloaded. Constructs a vector at the origin
Create(ILocation)
Overloaded. Constructs a vector at the same location as the input location
Create(Single,Single,Single)
Overloaded. Constructs a vector at the specified location
Create(TRSVector)
Overloaded. Constructs a vector at the same location as the input vector
Top