Class RightAngledTriangle
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Parts
Assembly: Experior.Core.dll
Syntax
public class RightAngledTriangle : Static, IStatic, IRigidPart, IDisposable, IMeshObject, ISceneObject
Constructors
RightAngledTriangle()
Declaration
public RightAngledTriangle()
RightAngledTriangle(Color)
Declaration
public RightAngledTriangle(Color color)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.Color | color |
RightAngledTriangle(Color, Single, Single, Single)
Declaration
public RightAngledTriangle(Color color, float length, float width, float height = 0.01F)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.Color | color | |
System.Single | length | |
System.Single | width | |
System.Single | height |
Properties
Height
Declaration
public float Height { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Length
Declaration
public float Length { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Width
Declaration
public float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Implements
System.IDisposable