C# Class Infiniminer.CylinderDrawingComponent.Cylinder

Mostrar archivo Open project: bobisfat/Infiniminer

Public Properties

Property Type Description
end Vector3
start Vector3

Public Methods

Method Description
Cylinder ( Vector3 start, Vector3 end ) : System

Method Details

Cylinder() public method

public Cylinder ( Vector3 start, Vector3 end ) : System
start Vector3
end Vector3
return System

Property Details

end public_oe property

public Vector3 end
return Vector3

start public_oe property

public Vector3 start
return Vector3