Class Icosahedron
Creates a Icosahedron geometry straight from the code.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Engine.Core.Primitives
Assembly: Fusee.Engine.Core.dll
Syntax
public class Icosahedron : Mesh, IComponent, IManagedMesh, IDisposable
Constructors
Icosahedron()
Initializes a new instance of the Icosahedron class. All Vertices of the Icosahedron are lying on the unit sphere.
Declaration
public Icosahedron()
Implements
System.IDisposable