Show / Hide Table of Contents

Interface ICylinderDescription

Inherited Members
IShapeDescription.Mass
IShapeDescription.Position
IShapeDescription.Roll
IShapeDescription.Yaw
Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface ICylinderDescription : IShapeDescription

Properties

Length

Declaration
float Length { get; }
Property Value
Type Description
System.Single

Radius

Declaration
float Radius { get; }
Property Value
Type Description
System.Single

Slices

Declaration
int Slices { get; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX