Project290.Physics.Collision.Shapes.Shape.ComputeProperties C# (CSharp) 메소드

ComputeProperties() 공개 추상적인 메소드

Compute the mass properties of this shape using its dimensions and density. The inertia tensor is computed about the local origin, not the centroid.
public abstract ComputeProperties ( ) : void
리턴 void
        public abstract void ComputeProperties();