BEPUphysics.CollisionShapes.ConvexShapes.OrientedConvexShapeEntry.OrientedConvexShapeEntry C# (CSharp) 메소드

OrientedConvexShapeEntry() 공개 메소드

Constructs a new entry with identity orientation.
public OrientedConvexShapeEntry ( ConvexShape shape ) : System
shape ConvexShape Shape of the entry.
리턴 System
        public OrientedConvexShapeEntry(ConvexShape shape)
        {
            Orientation = Quaternion.Identity;
            CollisionShape = shape;
        }
    }

Same methods

OrientedConvexShapeEntry::OrientedConvexShapeEntry ( Microsoft.Xna.Framework.Quaternion orientation, ConvexShape shape ) : System
OrientedConvexShapeEntry