FarseerPhysics.Collision.Shapes.PolygonShape.PolygonShape C# (CSharp) Method

PolygonShape() private method

private PolygonShape ( ) : System.Diagnostics
return System.Diagnostics
		internal PolygonShape() : base( 0 )
		{
			shapeType = ShapeType.Polygon;
			_radius = Settings.polygonRadius;
			_vertices = new Vertices( Settings.maxPolygonVertices );
			_normals = new Vertices( Settings.maxPolygonVertices );
		}

Same methods

PolygonShape::PolygonShape ( Vertices vertices, float density ) : System.Diagnostics
PolygonShape::PolygonShape ( float density ) : System.Diagnostics